Html Css Color HEX #18CFF0 Deep Sky Blue

📋 copy color: '#18CFF0'

red 24 ◦ green 207 ◦ blue 240

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

Shades of Deep Sky Blue #18CFF0

Tints of Deep Sky Blue #18CFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 240 (94.14% from 255) = 50.96%

R = 5.1%
G = 43.95%
B = 50.96%

CMYK

 C value IS 0.9

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18CFF0 (or 0x18CFF0) is known color: Deep Sky Blue. HEX triplet: 18, CF and F0. RGB value is (24,207,240). Sum of RGB (Red+Green+Blue) = 24+207+240=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #18CFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFF0 is #E7300F. Grayscale: #9B9B9B. Windows color (decimal): -15151120 or 15781656. OLE color: 15781656.

HSL color Cylindrical-coordinate representation of color #18CFF0: hue angle of 189.17º degrees, saturation: 0.88, 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 #18CFF0 is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 207 240 -
CMYK 0.9 0.14 0 0.06
HSL 189.17º 0.88% 0.52% -
HSV(B) 189.17º 0.9% 0.94% -
XYZ 38.42 51.11 90.28 -
YUV 156.05 175.37 33.82 -
System Red Green Blue C M Y K H S L
Decimal 24 207 240 0.9 0.14 0 0.06 189.17 0.88 0.52
Hex 18 CF F0 5A E 0 6 BD 58 34
Octal 30 317 360 132 16 0 6 275 130 64
Binary 11000 11001111 11110000 1011010 1110 0 110 10111101 1011000 110100

Color Harmonies of #18CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFF0

Black with #18CFF0

Text Example


Text Example

White with #18CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,240); }

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

background-color css

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

 a { background-color: rgb(24,207,240); }

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

border-color css

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

 span { border-color: rgb(24,207,240); }

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