Html Css Color HEX #18CFFA Deep Sky Blue

📋 copy color: '#18CFFA'

red 24 ◦ green 207 ◦ blue 250

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

Shades of Deep Sky Blue #18CFFA

Tints of Deep Sky Blue #18CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.98%

R = 4.99%
G = 43.04%
B = 51.98%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18CFFA (or 0x18CFFA) is known color: Deep Sky Blue. HEX triplet: 18, CF and FA. RGB value is (24,207,250). Sum of RGB (Red+Green+Blue) = 24+207+250=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #18CFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFFA is #E73005. Grayscale: #9C9C9C. Windows color (decimal): -15151110 or 16437016. OLE color: 16437016.

HSL color Cylindrical-coordinate representation of color #18CFFA: hue angle of 191.42º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CFFA is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 207 250 -
CMYK 0.90 0.17 0 0.02
HSL 191.42º 0.96% 0.54% -
HSV(B) 191.42º 0.9% 0.98% -
XYZ 39.94 51.72 98.32 -
YUV 157.19 180.37 33 -
System Red Green Blue C M Y K H S L
Decimal 24 207 250 0.90 0.17 0 0.02 191.42 0.96 0.54
Hex 18 CF FA 5A 11 0 2 BF 60 36
Octal 30 317 372 132 21 0 2 277 140 66
Binary 11000 11001111 11111010 1011010 10001 0 10 10111111 1100000 110110

Color Harmonies of #18CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFFA

Black with #18CFFA

Text Example


Text Example

White with #18CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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