Html Css Color HEX #2CCEEB Summer Sky

📋 copy color: '#2CCEEB'

red 44 ◦ green 206 ◦ blue 235

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

Shades of Summer Sky #2CCEEB

Tints of Summer Sky #2CCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 9.07%
G = 42.47%
B = 48.45%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2CCEEB (or 0x2CCEEB) is known color: Summer Sky. HEX triplet: 2C, CE and EB. RGB value is (44,206,235). Sum of RGB (Red+Green+Blue) = 44+206+235=485 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.07% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CCEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCEEB is #D33114. Grayscale: #A0A0A0. Windows color (decimal): -13840661 or 15453740. OLE color: 15453740.

HSL color Cylindrical-coordinate representation of color #2CCEEB: hue angle of 189.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CCEEB is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 206 235 -
CMYK 0.81 0.12 0 0.08
HSL 189.11º 0.83% 0.55% -
HSV(B) 189.11º 0.81% 0.92% -
XYZ 38.11 50.68 86.37 -
YUV 160.87 169.83 44.64 -
System Red Green Blue C M Y K H S L
Decimal 44 206 235 0.81 0.12 0 0.08 189.11 0.83 0.55
Hex 2C CE EB 51 C 0 8 BD 53 37
Octal 54 316 353 121 14 0 10 275 123 67
Binary 101100 11001110 11101011 1010001 1100 0 1000 10111101 1010011 110111

Color Harmonies of #2CCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEEB

Black with #2CCEEB

Text Example


Text Example

White with #2CCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,206,235); }

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

background-color css

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

 a { background-color: rgb(44,206,235); }

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

border-color css

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

 span { border-color: rgb(44,206,235); }

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