Html Css Color HEX #34CFE5 Summer Sky

📋 copy color: '#34CFE5'

red 52 ◦ green 207 ◦ blue 229

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

Shades of Summer Sky #34CFE5

Tints of Summer Sky #34CFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.93%

R = 10.66%
G = 42.42%
B = 46.93%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#34CFE5 (or 0x34CFE5) is known color: Summer Sky. HEX triplet: 34, CF and E5. RGB value is (52,207,229). Sum of RGB (Red+Green+Blue) = 52+207+229=488 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.66% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #34CFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CFE5 is #CB301A. Grayscale: #A2A2A2. Windows color (decimal): -13316123 or 15060788. OLE color: 15060788.

HSL color Cylindrical-coordinate representation of color #34CFE5: hue angle of 187.46º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34CFE5 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 207 229 -
CMYK 0.77 0.10 0 0.10
HSL 187.46º 0.77% 0.55% -
HSV(B) 187.46º 0.77% 0.9% -
XYZ 37.87 51.01 81.98 -
YUV 163.16 165.15 48.71 -
System Red Green Blue C M Y K H S L
Decimal 52 207 229 0.77 0.10 0 0.10 187.46 0.77 0.55
Hex 34 CF E5 4D A 0 A BB 4D 37
Octal 64 317 345 115 12 0 12 273 115 67
Binary 110100 11001111 11100101 1001101 1010 0 1010 10111011 1001101 110111

Color Harmonies of #34CFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CFE5

Black with #34CFE5

Text Example


Text Example

White with #34CFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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