Html Css Color HEX #34CCFD Summer Sky

📋 copy color: '#34CCFD'

red 52 ◦ green 204 ◦ blue 253

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

Shades of Summer Sky #34CCFD

Tints of Summer Sky #34CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 10.22%
G = 40.08%
B = 49.71%

CMYK

 C value IS 0.79

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#34CCFD (or 0x34CCFD) is known color: Summer Sky. HEX triplet: 34, CC and FD. RGB value is (52,204,253). Sum of RGB (Red+Green+Blue) = 52+204+253=509 (67% of max value = 765). Red value is 52 (20.70% from 255 or 10.22% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #34CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34CCFD is #CB3302. Grayscale: #A3A3A3. Windows color (decimal): -13316867 or 16632884. OLE color: 16632884.

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

Color convert

RGB 52 204 253 -
CMYK 0.79 0.19 0 0.01
HSL 194.63º 0.98% 0.6% -
HSV(B) 194.63º 0.79% 0.99% -
XYZ 40.74 51.01 100.63 -
YUV 164.14 178.14 48.02 -
System Red Green Blue C M Y K H S L
Decimal 52 204 253 0.79 0.19 0 0.01 194.63 0.98 0.6
Hex 34 CC FD 4F 13 0 1 C3 62 3C
Octal 64 314 375 117 23 0 1 303 142 74
Binary 110100 11001100 11111101 1001111 10011 0 1 11000011 1100010 111100

Color Harmonies of #34CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CCFD

Black with #34CCFD

Text Example


Text Example

White with #34CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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