Html Css Color HEX #18C2F2 Deep Sky Blue

📋 copy color: '#18C2F2'

red 24 ◦ green 194 ◦ blue 242

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

Shades of Deep Sky Blue #18C2F2

Tints of Deep Sky Blue #18C2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.61%

R = 5.22%
G = 42.17%
B = 52.61%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18C2F2 (or 0x18C2F2) is known color: Deep Sky Blue. HEX triplet: 18, C2 and F2. RGB value is (24,194,242). Sum of RGB (Red+Green+Blue) = 24+194+242=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #18C2F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C2F2 is #E73D0D. Grayscale: #949494. Windows color (decimal): -15154446 or 15909400. OLE color: 15909400.

HSL color Cylindrical-coordinate representation of color #18C2F2: hue angle of 193.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C2F2 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 194 242 -
CMYK 0.90 0.20 0 0.05
HSL 193.21º 0.89% 0.52% -
HSV(B) 193.21º 0.9% 0.95% -
XYZ 35.7 45.19 90.85 -
YUV 148.64 180.68 39.1 -
System Red Green Blue C M Y K H S L
Decimal 24 194 242 0.90 0.20 0 0.05 193.21 0.89 0.52
Hex 18 C2 F2 5A 14 0 5 C1 59 34
Octal 30 302 362 132 24 0 5 301 131 64
Binary 11000 11000010 11110010 1011010 10100 0 101 11000001 1011001 110100

Color Harmonies of #18C2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2F2

Black with #18C2F2

Text Example


Text Example

White with #18C2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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