Html Css Color HEX #1CCAFA Deep Sky Blue

📋 copy color: '#1CCAFA'

red 28 ◦ green 202 ◦ blue 250

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

Shades of Deep Sky Blue #1CCAFA

Tints of Deep Sky Blue #1CCAFA

RGB

 RED value IS 28 (11.33% from 255) = 5.83%

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 5.83%
G = 42.08%
B = 52.08%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CCAFA (or 0x1CCAFA) is known color: Deep Sky Blue. HEX triplet: 1C, CA and FA. RGB value is (28,202,250). Sum of RGB (Red+Green+Blue) = 28+202+250=480 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.83% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CCAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAFA is #E33505. Grayscale: #9B9B9B. Windows color (decimal): -14890246 or 16435740. OLE color: 16435740.

HSL color Cylindrical-coordinate representation of color #1CCAFA: hue angle of 192.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCAFA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 202 250 -
CMYK 0.89 0.19 0 0.02
HSL 192.97º 0.96% 0.55% -
HSV(B) 192.97º 0.89% 0.98% -
XYZ 38.85 49.39 97.93 -
YUV 155.45 181.35 37.1 -
System Red Green Blue C M Y K H S L
Decimal 28 202 250 0.89 0.19 0 0.02 192.97 0.96 0.55
Hex 1C CA FA 59 13 0 2 C1 60 37
Octal 34 312 372 131 23 0 2 301 140 67
Binary 11100 11001010 11111010 1011001 10011 0 10 11000001 1100000 110111

Color Harmonies of #1CCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCAFA

Black with #1CCAFA

Text Example


Text Example

White with #1CCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CCAFA; }

 p { color: rgb(28,202,250); }

 H1.HeaderClassName
 {
   color: #1CCAFA;
 }
 .AnyTagClassName
 {
   color: #1CCAFA;
 }
</style>

background-color css

<style>
 a { background-color: #1CCAFA; }

 a { background-color: rgb(28,202,250); }

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

border-color css

<style>
 span { border-color: #1CCAFA; }

 span { border-color: rgb(28,202,250); }

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