Html Css Color HEX #2CBBDD Summer Sky

📋 copy color: '#2CBBDD'

red 44 ◦ green 187 ◦ blue 221

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

Shades of Summer Sky #2CBBDD

Tints of Summer Sky #2CBBDD

RGB

 RED value IS 44 (17.58% from 255) = 9.73%

 GREEN value IS 187 (73.44% from 255) = 41.37%

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

R = 9.73%
G = 41.37%
B = 48.89%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2CBBDD (or 0x2CBBDD) is known color: Summer Sky. HEX triplet: 2C, BB and DD. RGB value is (44,187,221). Sum of RGB (Red+Green+Blue) = 44+187+221=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CBBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBBDD is #D34422. Grayscale: #939393. Windows color (decimal): -13845539 or 14531372. OLE color: 14531372.

HSL color Cylindrical-coordinate representation of color #2CBBDD: hue angle of 191.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBBDD is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 187 221 -
CMYK 0.80 0.15 0 0.13
HSL 191.53º 0.72% 0.52% -
HSV(B) 191.53º 0.8% 0.87% -
XYZ 31.86 41.3 74.7 -
YUV 148.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 44 187 221 0.80 0.15 0 0.13 191.53 0.72 0.52
Hex 2C BB DD 50 F 0 D C0 48 34
Octal 54 273 335 120 17 0 15 300 110 64
Binary 101100 10111011 11011101 1010000 1111 0 1101 11000000 1001000 110100

Color Harmonies of #2CBBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBBDD

Black with #2CBBDD

Text Example


Text Example

White with #2CBBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CBBDD; }

 p { color: rgb(44,187,221); }

 H1.HeaderClassName
 {
   color: #2CBBDD;
 }
 .AnyTagClassName
 {
   color: #2CBBDD;
 }
</style>

background-color css

<style>
 a { background-color: #2CBBDD; }

 a { background-color: rgb(44,187,221); }

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

border-color css

<style>
 span { border-color: #2CBBDD; }

 span { border-color: rgb(44,187,221); }

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