Html Css Color HEX #1CBADD Summer Sky

📋 copy color: '#1CBADD'

red 28 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #1CBADD

Tints of Summer Sky #1CBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.76%

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

R = 6.44%
G = 42.76%
B = 50.8%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1CBADD (or 0x1CBADD) is known color: Summer Sky. HEX triplet: 1C, BA and DD. RGB value is (28,186,221). Sum of RGB (Red+Green+Blue) = 28+186+221=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CBADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBADD is #E34522. Grayscale: #8E8E8E. Windows color (decimal): -14894371 or 14531100. OLE color: 14531100.

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

Color convert

RGB 28 186 221 -
CMYK 0.87 0.16 0 0.13
HSL 190.88º 0.78% 0.49% -
HSV(B) 190.88º 0.87% 0.87% -
XYZ 31.09 40.59 74.6 -
YUV 142.75 172.15 46.15 -
System Red Green Blue C M Y K H S L
Decimal 28 186 221 0.87 0.16 0 0.13 190.88 0.78 0.49
Hex 1C BA DD 57 10 0 D BF 4E 31
Octal 34 272 335 127 20 0 15 277 116 61
Binary 11100 10111010 11011101 1010111 10000 0 1101 10111111 1001110 110001

Color Harmonies of #1CBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBADD

Black with #1CBADD

Text Example


Text Example

White with #1CBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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