#34CAFD

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

Shades of Summer Sky #34CAFD

Tints of Summer Sky #34CAFD

Color information

#34CAFD (or 0x34CAFD) is unknown color: approx Summer Sky. HEX triplet: 34, CA and FD. RGB value is (52,202,253). Sum of RGB (Red+Green+Blue) = 52+202+253=507 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.26% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #34CAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CAFD is #CB3502. Grayscale: #A2A2A2. Windows color (decimal): -13317379 or 16632372. OLE color: 16632372.

HSL color Cylindrical-coordinate representation of color #34CAFD: hue angle of 195.22º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34CAFD is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52202253-
CMYK0.790.2000.01
HSL195.22º98.05%59.8%-
HSV(B)195.22º79.45%99.22%-
XYZ40.2750.06100.47-
YUV162.96178.848.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.26%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=10.26%
G=39.84%
B=49.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal522022530.790.2000.01195.2298.0559.8
Hex34CAFD4F1401c3623c
Octal64312375117240130314274
Binary110100110010101111110110011111010001110000111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,202,253); }

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

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

 a { background-color: rgb(52,202,253); }

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

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

 span { border-color: rgb(52,202,253); }

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