Html Css Color HEX #33ACF0 Summer Sky

📋 copy color: '#33ACF0'

red 51 ◦ green 172 ◦ blue 240

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

Shades of Summer Sky #33ACF0

Tints of Summer Sky #33ACF0

RGB

 RED value IS 51 (20.31% from 255) = 11.02%

 GREEN value IS 172 (67.58% from 255) = 37.15%

 BLUE value IS 240 (94.14% from 255) = 51.84%

R = 11.02%
G = 37.15%
B = 51.84%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#33ACF0 (or 0x33ACF0) is known color: Summer Sky. HEX triplet: 33, AC and F0. RGB value is (51,172,240). Sum of RGB (Red+Green+Blue) = 51+172+240=463 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.02% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #33ACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33ACF0 is #CC530F. Grayscale: #8F8F8F. Windows color (decimal): -13390608 or 15772723. OLE color: 15772723.

HSL color Cylindrical-coordinate representation of color #33ACF0: hue angle of 201.59º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33ACF0 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 172 240 -
CMYK 0.79 0.28 0 0.06
HSL 201.59º 0.86% 0.57% -
HSV(B) 201.59º 0.79% 0.94% -
XYZ 31.85 36.5 87.8 -
YUV 143.57 182.41 61.97 -
System Red Green Blue C M Y K H S L
Decimal 51 172 240 0.79 0.28 0 0.06 201.59 0.86 0.57
Hex 33 AC F0 4F 1C 0 6 CA 56 39
Octal 63 254 360 117 34 0 6 312 126 71
Binary 110011 10101100 11110000 1001111 11100 0 110 11001010 1010110 111001

Color Harmonies of #33ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ACF0

Black with #33ACF0

Text Example


Text Example

White with #33ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33ACF0; }

 p { color: rgb(51,172,240); }

 H1.HeaderClassName
 {
   color: #33ACF0;
 }
 .AnyTagClassName
 {
   color: #33ACF0;
 }
</style>

background-color css

<style>
 a { background-color: #33ACF0; }

 a { background-color: rgb(51,172,240); }

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

border-color css

<style>
 span { border-color: #33ACF0; }

 span { border-color: rgb(51,172,240); }

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