#34B8FD

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

Shades of Summer Sky #34B8FD

Tints of Summer Sky #34B8FD

Color information

#34B8FD (or 0x34B8FD) is unknown color: approx Summer Sky. HEX triplet: 34, B8 and FD. RGB value is (52,184,253). Sum of RGB (Red+Green+Blue) = 52+184+253=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #34B8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34B8FD is #CB4702. Grayscale: #979797. Windows color (decimal): -13321987 or 16627764. OLE color: 16627764.

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

Color convert

RGB52184253-
CMYK0.790.2700.01
HSL200.6º98.05%59.8%-
HSV(B)200.6º79.45%99.22%-
XYZ36.2942.199.14-
YUV152.4184.7756.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.63%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 253 (99.22% from 255) = 51.74%
R=10.63%
G=37.63%
B=51.74%

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
Decimal521842530.790.2700.01200.698.0559.8
Hex34B8FD4F1B01c9623c
Octal64270375117330131114274
Binary110100101110001111110110011111101101110010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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