Html Css Color HEX #33ADCF Summer Sky

📋 copy color: '#33ADCF'

red 51 ◦ green 173 ◦ blue 207

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

Shades of Summer Sky #33ADCF

Tints of Summer Sky #33ADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 11.83%
G = 40.14%
B = 48.03%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#33ADCF (or 0x33ADCF) is known color: Summer Sky. HEX triplet: 33, AD and CF. RGB value is (51,173,207). Sum of RGB (Red+Green+Blue) = 51+173+207=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #33ADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADCF is #CC5230. Grayscale: #8C8C8C. Windows color (decimal): -13390385 or 13610291. OLE color: 13610291.

HSL color Cylindrical-coordinate representation of color #33ADCF: hue angle of 193.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33ADCF is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 173 207 -
CMYK 0.75 0.16 0 0.19
HSL 193.08º 0.62% 0.51% -
HSV(B) 193.08º 0.75% 0.81% -
XYZ 27.57 35.1 64.35 -
YUV 140.4 165.58 64.24 -
System Red Green Blue C M Y K H S L
Decimal 51 173 207 0.75 0.16 0 0.19 193.08 0.62 0.51
Hex 33 AD CF 4B 10 0 13 C1 3E 33
Octal 63 255 317 113 20 0 23 301 76 63
Binary 110011 10101101 11001111 1001011 10000 0 10011 11000001 111110 110011

Color Harmonies of #33ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ADCF

Black with #33ADCF

Text Example


Text Example

White with #33ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,173,207); }

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

background-color css

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

 a { background-color: rgb(51,173,207); }

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

border-color css

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

 span { border-color: rgb(51,173,207); }

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