Html Css Color HEX #2BBCEE Summer Sky

📋 copy color: '#2BBCEE'

red 43 ◦ green 188 ◦ blue 238

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

Shades of Summer Sky #2BBCEE

Tints of Summer Sky #2BBCEE

RGB

 RED value IS 43 (17.19% from 255) = 9.17%

 GREEN value IS 188 (73.83% from 255) = 40.09%

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 9.17%
G = 40.09%
B = 50.75%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2BBCEE (or 0x2BBCEE) is known color: Summer Sky. HEX triplet: 2B, BC and EE. RGB value is (43,188,238). Sum of RGB (Red+Green+Blue) = 43+188+238=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BBCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCEE is #D44311. Grayscale: #969696. Windows color (decimal): -13910802 or 15645739. OLE color: 15645739.

HSL color Cylindrical-coordinate representation of color #2BBCEE: hue angle of 195.38º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBCEE is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 188 238 -
CMYK 0.82 0.21 0 0.07
HSL 195.38º 0.85% 0.55% -
HSV(B) 195.38º 0.82% 0.93% -
XYZ 34.41 42.65 87.31 -
YUV 150.35 177.46 51.43 -
System Red Green Blue C M Y K H S L
Decimal 43 188 238 0.82 0.21 0 0.07 195.38 0.85 0.55
Hex 2B BC EE 52 15 0 7 C3 55 37
Octal 53 274 356 122 25 0 7 303 125 67
Binary 101011 10111100 11101110 1010010 10101 0 111 11000011 1010101 110111

Color Harmonies of #2BBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBCEE

Black with #2BBCEE

Text Example


Text Example

White with #2BBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,188,238); }

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

background-color css

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

 a { background-color: rgb(43,188,238); }

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

border-color css

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

 span { border-color: rgb(43,188,238); }

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