Html Css Color HEX #18D2FF Deep Sky Blue

📋 copy color: '#18D2FF'

red 24 ◦ green 210 ◦ blue 255

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

Shades of Deep Sky Blue #18D2FF

Tints of Deep Sky Blue #18D2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.94%

 BLUE value IS 255 (100% from 255) = 52.15%

R = 4.91%
G = 42.94%
B = 52.15%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18D2FF (or 0x18D2FF) is known color: Deep Sky Blue. HEX triplet: 18, D2 and FF. RGB value is (24,210,255). Sum of RGB (Red+Green+Blue) = 24+210+255=489 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.91% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #18D2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D2FF is #E72D00. Grayscale: #9F9F9F. Windows color (decimal): -15150337 or 16765464. OLE color: 16765464.

HSL color Cylindrical-coordinate representation of color #18D2FF: hue angle of 191.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18D2FF is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 210 255 -
CMYK 0.91 0.18 0 0
HSL 191.69º 1% 0.55% -
HSV(B) 191.69º 0.91% 1% -
XYZ 41.47 53.51 102.75 -
YUV 159.52 181.88 31.34 -
System Red Green Blue C M Y K H S L
Decimal 24 210 255 0.91 0.18 0 0 191.69 1 0.55
Hex 18 D2 FF 5B 12 0 0 C0 64 37
Octal 30 322 377 133 22 0 0 300 144 67
Binary 11000 11010010 11111111 1011011 10010 0 0 11000000 1100100 110111

Color Harmonies of #18D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D2FF

Black with #18D2FF

Text Example


Text Example

White with #18D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,210,255); }

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

background-color css

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

 a { background-color: rgb(24,210,255); }

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

border-color css

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

 span { border-color: rgb(24,210,255); }

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