Html Css Color HEX #1CABDD Summer Sky

📋 copy color: '#1CABDD'

red 28 ◦ green 171 ◦ blue 221

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

Shades of Summer Sky #1CABDD

Tints of Summer Sky #1CABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 6.67%
G = 40.71%
B = 52.62%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CABDD (or 0x1CABDD) is known color: Summer Sky. HEX triplet: 1C, AB and DD. RGB value is (28,171,221). Sum of RGB (Red+Green+Blue) = 28+171+221=420 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.67% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABDD is #E35422. Grayscale: #858585. Windows color (decimal): -14898211 or 14527260. OLE color: 14527260.

HSL color Cylindrical-coordinate representation of color #1CABDD: hue angle of 195.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CABDD is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 171 221 -
CMYK 0.87 0.23 0 0.13
HSL 195.54º 0.78% 0.49% -
HSV(B) 195.54º 0.87% 0.87% -
XYZ 28.09 34.59 73.6 -
YUV 133.94 177.12 52.43 -
System Red Green Blue C M Y K H S L
Decimal 28 171 221 0.87 0.23 0 0.13 195.54 0.78 0.49
Hex 1C AB DD 57 17 0 D C4 4E 31
Octal 34 253 335 127 27 0 15 304 116 61
Binary 11100 10101011 11011101 1010111 10111 0 1101 11000100 1001110 110001

Color Harmonies of #1CABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CABDD

Black with #1CABDD

Text Example


Text Example

White with #1CABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,171,221); }

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

background-color css

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

 a { background-color: rgb(28,171,221); }

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

border-color css

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

 span { border-color: rgb(28,171,221); }

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