Html Css Color HEX #1CBAED Summer Sky

📋 copy color: '#1CBAED'

red 28 ◦ green 186 ◦ blue 237

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

Shades of Summer Sky #1CBAED

Tints of Summer Sky #1CBAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.55%

R = 6.21%
G = 41.24%
B = 52.55%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1CBAED (or 0x1CBAED) is known color: Summer Sky. HEX triplet: 1C, BA and ED. RGB value is (28,186,237). Sum of RGB (Red+Green+Blue) = 28+186+237=451 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.21% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #1CBAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAED is #E34512. Grayscale: #909090. Windows color (decimal): -14894355 or 15579676. OLE color: 15579676.

HSL color Cylindrical-coordinate representation of color #1CBAED: hue angle of 194.64º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBAED is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 186 237 -
CMYK 0.88 0.22 0 0.07
HSL 194.64º 0.85% 0.52% -
HSV(B) 194.64º 0.88% 0.93% -
XYZ 33.32 41.48 86.37 -
YUV 144.57 180.15 44.85 -
System Red Green Blue C M Y K H S L
Decimal 28 186 237 0.88 0.22 0 0.07 194.64 0.85 0.52
Hex 1C BA ED 58 16 0 7 C3 55 34
Octal 34 272 355 130 26 0 7 303 125 64
Binary 11100 10111010 11101101 1011000 10110 0 111 11000011 1010101 110100

Color Harmonies of #1CBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBAED

Black with #1CBAED

Text Example


Text Example

White with #1CBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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