Html Css Color HEX #2CBEDD Summer Sky

📋 copy color: '#2CBEDD'

red 44 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #2CBEDD

Tints of Summer Sky #2CBEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.76%

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

R = 9.67%
G = 41.76%
B = 48.57%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2CBEDD (or 0x2CBEDD) is known color: Summer Sky. HEX triplet: 2C, BE and DD. RGB value is (44,190,221). Sum of RGB (Red+Green+Blue) = 44+190+221=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CBEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEDD is #D34122. Grayscale: #959595. Windows color (decimal): -13844771 or 14532140. OLE color: 14532140.

HSL color Cylindrical-coordinate representation of color #2CBEDD: hue angle of 190.51º 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 #2CBEDD is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 190 221 -
CMYK 0.80 0.14 0 0.13
HSL 190.51º 0.72% 0.52% -
HSV(B) 190.51º 0.8% 0.87% -
XYZ 32.5 42.58 74.91 -
YUV 149.88 168.13 52.48 -
System Red Green Blue C M Y K H S L
Decimal 44 190 221 0.80 0.14 0 0.13 190.51 0.72 0.52
Hex 2C BE DD 50 E 0 D BF 48 34
Octal 54 276 335 120 16 0 15 277 110 64
Binary 101100 10111110 11011101 1010000 1110 0 1101 10111111 1001000 110100

Color Harmonies of #2CBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBEDD

Black with #2CBEDD

Text Example


Text Example

White with #2CBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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