#34CEFA

Color #34CEFA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #34CEFA

Tints of Summer Sky #34CEFA

Color information

#34CEFA (or 0x34CEFA) is unknown color: approx Summer Sky. HEX triplet: 34, CE and FA. RGB value is (52,206,250). Sum of RGB (Red+Green+Blue) = 52+206+250=508 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.24% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #34CEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CEFA is #CB3105. Grayscale: #A4A4A4. Windows color (decimal): -13316358 or 16436788. OLE color: 16436788.

HSL color Cylindrical-coordinate representation of color #34CEFA: hue angle of 193.33º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CEFA is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52206250-
CMYK0.790.1800.02
HSL193.33º95.19%59.22%-
HSV(B)193.33º79.2%98.04%-
XYZ40.7451.7798.29-
YUV164.97175.9847.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.24%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 250 (98.05% from 255) = 49.21%
R=10.24%
G=40.55%
B=49.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522062500.790.1800.02193.3395.1959.22
Hex34CEFA4F1202c15f3b
Octal64316372117220230113773
Binary1101001100111011111010100111110010010110000011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,206,250); }

 H1.HeaderClassName
 {
   color: #34CEFA;
 }
 .AnyTagClassName
 {
   color: #34CEFA;
 }
</style>
background-color css

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

 a { background-color: rgb(52,206,250); }

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

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

 span { border-color: rgb(52,206,250); }

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