#34B9FD

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

Shades of Summer Sky #34B9FD

Tints of Summer Sky #34B9FD

Color information

#34B9FD (or 0x34B9FD) is unknown color: approx Summer Sky. HEX triplet: 34, B9 and FD. RGB value is (52,185,253). Sum of RGB (Red+Green+Blue) = 52+185+253=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #34B9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34B9FD is #CB4602. Grayscale: #989898. Windows color (decimal): -13321731 or 16628020. OLE color: 16628020.

HSL color Cylindrical-coordinate representation of color #34B9FD: hue angle of 200.3º 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 #34B9FD is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52185253-
CMYK0.790.2700.01
HSL200.3º98.05%59.8%-
HSV(B)200.3º79.45%99.22%-
XYZ36.4942.5299.21-
YUV152.99184.4455.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.61%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 253 (99.22% from 255) = 51.63%
R=10.61%
G=37.76%
B=51.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal521852530.790.2700.01200.398.0559.8
Hex34B9FD4F1B01c8623c
Octal64271375117330131014274
Binary110100101110011111110110011111101101110010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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