Html Css Color HEX #18BAEA Deep Sky Blue

📋 copy color: '#18BAEA'

red 24 ◦ green 186 ◦ blue 234

#18BAEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #18BAEA

Tints of Deep Sky Blue #18BAEA

RGB

 RED value IS 24 (9.77% from 255) = 5.41%

 GREEN value IS 186 (73.05% from 255) = 41.89%

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 5.41%
G = 41.89%
B = 52.7%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#18BAEA (or 0x18BAEA) is known color: Deep Sky Blue. HEX triplet: 18, BA and EA. RGB value is (24,186,234). Sum of RGB (Red+Green+Blue) = 24+186+234=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #18BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAEA is #E74515. Grayscale: #8E8E8E. Windows color (decimal): -15156502 or 15383064. OLE color: 15383064.

HSL color Cylindrical-coordinate representation of color #18BAEA: hue angle of 193.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BAEA is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 186 234 -
CMYK 0.90 0.21 0 0.08
HSL 193.71º 0.83% 0.51% -
HSV(B) 193.71º 0.9% 0.92% -
XYZ 32.79 41.25 84.08 -
YUV 143.03 179.33 43.1 -
System Red Green Blue C M Y K H S L
Decimal 24 186 234 0.90 0.21 0 0.08 193.71 0.83 0.51
Hex 18 BA EA 5A 15 0 8 C2 53 33
Octal 30 272 352 132 25 0 10 302 123 63
Binary 11000 10111010 11101010 1011010 10101 0 1000 11000010 1010011 110011

Color Harmonies of #18BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BAEA

Black with #18BAEA

Text Example


Text Example

White with #18BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BAEA; }

 p { color: rgb(24,186,234); }

 H1.HeaderClassName
 {
   color: #18BAEA;
 }
 .AnyTagClassName
 {
   color: #18BAEA;
 }
</style>

background-color css

<style>
 a { background-color: #18BAEA; }

 a { background-color: rgb(24,186,234); }

 div.DivClassName
 {
   background-color: #18BAEA;
 }
 .BgClassName
 {
   background-color: #18BAEA;
 }
</style>

border-color css

<style>
 span { border-color: #18BAEA; }

 span { border-color: rgb(24,186,234); }

 td.TdClassName
 {
   border-color: #18BAEA;
 }
 .TagClassName
 {
   border-color: #18BAEA;
 }
</style>