Html Css Color HEX #18C2FF Deep Sky Blue

📋 copy color: '#18C2FF'

red 24 ◦ green 194 ◦ blue 255

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

Shades of Deep Sky Blue #18C2FF

Tints of Deep Sky Blue #18C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.01%

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

R = 5.07%
G = 41.01%
B = 53.91%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18C2FF (or 0x18C2FF) is known color: Deep Sky Blue. HEX triplet: 18, C2 and FF. RGB value is (24,194,255). Sum of RGB (Red+Green+Blue) = 24+194+255=473 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.07% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #18C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C2FF is #E73D00. Grayscale: #959595. Windows color (decimal): -15154433 or 16761368. OLE color: 16761368.

HSL color Cylindrical-coordinate representation of color #18C2FF: hue angle of 195.84º 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 #18C2FF is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 194 255 -
CMYK 0.91 0.24 0 0
HSL 195.84º 1% 0.55% -
HSV(B) 195.84º 0.91% 1% -
XYZ 37.72 46 101.5 -
YUV 150.12 187.18 38.04 -
System Red Green Blue C M Y K H S L
Decimal 24 194 255 0.91 0.24 0 0 195.84 1 0.55
Hex 18 C2 FF 5B 18 0 0 C4 64 37
Octal 30 302 377 133 30 0 0 304 144 67
Binary 11000 11000010 11111111 1011011 11000 0 0 11000100 1100100 110111

Color Harmonies of #18C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2FF

Black with #18C2FF

Text Example


Text Example

White with #18C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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