Html Css Color HEX #33BADF Summer Sky

📋 copy color: '#33BADF'

red 51 ◦ green 186 ◦ blue 223

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

Shades of Summer Sky #33BADF

Tints of Summer Sky #33BADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 11.09%
G = 40.43%
B = 48.48%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#33BADF (or 0x33BADF) is known color: Summer Sky. HEX triplet: 33, BA and DF. RGB value is (51,186,223). Sum of RGB (Red+Green+Blue) = 51+186+223=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #33BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BADF is #CC4520. Grayscale: #959595. Windows color (decimal): -13387041 or 14662195. OLE color: 14662195.

HSL color Cylindrical-coordinate representation of color #33BADF: hue angle of 192.91º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BADF is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 186 223 -
CMYK 0.77 0.17 0 0.13
HSL 192.91º 0.73% 0.54% -
HSV(B) 192.91º 0.77% 0.87% -
XYZ 32.24 41.15 76.06 -
YUV 149.85 169.27 57.49 -
System Red Green Blue C M Y K H S L
Decimal 51 186 223 0.77 0.17 0 0.13 192.91 0.73 0.54
Hex 33 BA DF 4D 11 0 D C1 49 36
Octal 63 272 337 115 21 0 15 301 111 66
Binary 110011 10111010 11011111 1001101 10001 0 1101 11000001 1001001 110110

Color Harmonies of #33BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BADF

Black with #33BADF

Text Example


Text Example

White with #33BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,186,223); }

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

background-color css

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

 a { background-color: rgb(51,186,223); }

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

border-color css

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

 span { border-color: rgb(51,186,223); }

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