Html Css Color HEX #18C2F3 Deep Sky Blue

📋 copy color: '#18C2F3'

red 24 ◦ green 194 ◦ blue 243

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

Shades of Deep Sky Blue #18C2F3

Tints of Deep Sky Blue #18C2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.71%

R = 5.21%
G = 42.08%
B = 52.71%

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

#18C2F3 (or 0x18C2F3) is known color: Deep Sky Blue. HEX triplet: 18, C2 and F3. RGB value is (24,194,243). Sum of RGB (Red+Green+Blue) = 24+194+243=461 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.21% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #18C2F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C2F3 is #E73D0C. Grayscale: #949494. Windows color (decimal): -15154445 or 15974936. OLE color: 15974936.

HSL color Cylindrical-coordinate representation of color #18C2F3: hue angle of 193.42º degrees, saturation: 0.9, 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 #18C2F3 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 194 243 -
CMYK 0.90 0.20 0 0.05
HSL 193.42º 0.9% 0.52% -
HSV(B) 193.42º 0.9% 0.95% -
XYZ 35.85 45.25 91.64 -
YUV 148.76 181.18 39.02 -
System Red Green Blue C M Y K H S L
Decimal 24 194 243 0.90 0.20 0 0.05 193.42 0.9 0.52
Hex 18 C2 F3 5A 14 0 5 C1 5A 34
Octal 30 302 363 132 24 0 5 301 132 64
Binary 11000 11000010 11110011 1011010 10100 0 101 11000001 1011010 110100

Color Harmonies of #18C2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2F3

Black with #18C2F3

Text Example


Text Example

White with #18C2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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