Html Css Color HEX #1CDAFA Deep Sky Blue

📋 copy color: '#1CDAFA'

red 28 ◦ green 218 ◦ blue 250

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

Shades of Deep Sky Blue #1CDAFA

Tints of Deep Sky Blue #1CDAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

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

R = 5.65%
G = 43.95%
B = 50.4%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1CDAFA (or 0x1CDAFA) is known color: Deep Sky Blue. HEX triplet: 1C, DA and FA. RGB value is (28,218,250). Sum of RGB (Red+Green+Blue) = 28+218+250=496 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.65% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CDAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDAFA is #E32505. Grayscale: #A4A4A4. Windows color (decimal): -14886150 or 16439836. OLE color: 16439836.

HSL color Cylindrical-coordinate representation of color #1CDAFA: hue angle of 188.65º 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 #1CDAFA is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 28 218 250 -
CMYK 0.89 0.13 0 0.02
HSL 188.65º 0.96% 0.55% -
HSV(B) 188.65º 0.89% 0.98% -
XYZ 42.81 57.29 99.24 -
YUV 164.84 176.05 30.4 -
System Red Green Blue C M Y K H S L
Decimal 28 218 250 0.89 0.13 0 0.02 188.65 0.96 0.55
Hex 1C DA FA 59 D 0 2 BD 60 37
Octal 34 332 372 131 15 0 2 275 140 67
Binary 11100 11011010 11111010 1011001 1101 0 10 10111101 1100000 110111

Color Harmonies of #1CDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDAFA

Black with #1CDAFA

Text Example


Text Example

White with #1CDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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