Html Css Color HEX #34CFEB Summer Sky

📋 copy color: '#34CFEB'

red 52 ◦ green 207 ◦ blue 235

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

Shades of Summer Sky #34CFEB

Tints of Summer Sky #34CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

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

R = 10.53%
G = 41.9%
B = 47.57%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#34CFEB (or 0x34CFEB) is known color: Summer Sky. HEX triplet: 34, CF and EB. RGB value is (52,207,235). Sum of RGB (Red+Green+Blue) = 52+207+235=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #34CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CFEB is #CB3014. Grayscale: #A3A3A3. Windows color (decimal): -13316117 or 15454004. OLE color: 15454004.

HSL color Cylindrical-coordinate representation of color #34CFEB: hue angle of 189.18º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34CFEB is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 207 235 -
CMYK 0.78 0.12 0 0.08
HSL 189.18º 0.82% 0.56% -
HSV(B) 189.18º 0.78% 0.92% -
XYZ 38.72 51.35 86.47 -
YUV 163.85 168.15 48.22 -
System Red Green Blue C M Y K H S L
Decimal 52 207 235 0.78 0.12 0 0.08 189.18 0.82 0.56
Hex 34 CF EB 4E C 0 8 BD 52 38
Octal 64 317 353 116 14 0 10 275 122 70
Binary 110100 11001111 11101011 1001110 1100 0 1000 10111101 1010010 111000

Color Harmonies of #34CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CFEB

Black with #34CFEB

Text Example


Text Example

White with #34CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,207,235); }

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

background-color css

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

 a { background-color: rgb(52,207,235); }

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

border-color css

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

 span { border-color: rgb(52,207,235); }

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