Html Css Color HEX #34BBEE Summer Sky

📋 copy color: '#34BBEE'

red 52 ◦ green 187 ◦ blue 238

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

Shades of Summer Sky #34BBEE

Tints of Summer Sky #34BBEE

RGB

 RED value IS 52 (20.7% from 255) = 10.9%

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

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

R = 10.9%
G = 39.2%
B = 49.9%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#34BBEE (or 0x34BBEE) is known color: Summer Sky. HEX triplet: 34, BB and EE. RGB value is (52,187,238). Sum of RGB (Red+Green+Blue) = 52+187+238=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #34BBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BBEE is #CB4411. Grayscale: #989898. Windows color (decimal): -13321234 or 15645492. OLE color: 15645492.

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

Color convert

RGB 52 187 238 -
CMYK 0.78 0.21 0 0.07
HSL 196.45º 0.85% 0.57% -
HSV(B) 196.45º 0.78% 0.93% -
XYZ 34.62 42.44 87.26 -
YUV 152.45 176.27 56.35 -
System Red Green Blue C M Y K H S L
Decimal 52 187 238 0.78 0.21 0 0.07 196.45 0.85 0.57
Hex 34 BB EE 4E 15 0 7 C4 55 39
Octal 64 273 356 116 25 0 7 304 125 71
Binary 110100 10111011 11101110 1001110 10101 0 111 11000100 1010101 111001

Color Harmonies of #34BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBEE

Black with #34BBEE

Text Example


Text Example

White with #34BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34BBEE; }

 p { color: rgb(52,187,238); }

 H1.HeaderClassName
 {
   color: #34BBEE;
 }
 .AnyTagClassName
 {
   color: #34BBEE;
 }
</style>

background-color css

<style>
 a { background-color: #34BBEE; }

 a { background-color: rgb(52,187,238); }

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

border-color css

<style>
 span { border-color: #34BBEE; }

 span { border-color: rgb(52,187,238); }

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