Html Css Color HEX #18CBEF Deep Sky Blue

📋 copy color: '#18CBEF'

red 24 ◦ green 203 ◦ blue 239

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

Shades of Deep Sky Blue #18CBEF

Tints of Deep Sky Blue #18CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 5.15%
G = 43.56%
B = 51.29%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18CBEF (or 0x18CBEF) is known color: Deep Sky Blue. HEX triplet: 18, CB and EF. RGB value is (24,203,239). Sum of RGB (Red+Green+Blue) = 24+203+239=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #18CBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBEF is #E73410. Grayscale: #999999. Windows color (decimal): -15152145 or 15715096. OLE color: 15715096.

HSL color Cylindrical-coordinate representation of color #18CBEF: hue angle of 190.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CBEF is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 203 239 -
CMYK 0.90 0.15 0 0.06
HSL 190.05º 0.87% 0.52% -
HSV(B) 190.05º 0.9% 0.94% -
XYZ 37.31 49.14 89.18 -
YUV 153.58 176.2 35.57 -
System Red Green Blue C M Y K H S L
Decimal 24 203 239 0.90 0.15 0 0.06 190.05 0.87 0.52
Hex 18 CB EF 5A F 0 6 BE 57 34
Octal 30 313 357 132 17 0 6 276 127 64
Binary 11000 11001011 11101111 1011010 1111 0 110 10111110 1010111 110100

Color Harmonies of #18CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBEF

Black with #18CBEF

Text Example


Text Example

White with #18CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,203,239); }

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

background-color css

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

 a { background-color: rgb(24,203,239); }

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

border-color css

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

 span { border-color: rgb(24,203,239); }

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