Html Css Color HEX #33BDF6 Summer Sky

📋 copy color: '#33BDF6'

red 51 ◦ green 189 ◦ blue 246

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

Shades of Summer Sky #33BDF6

Tints of Summer Sky #33BDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 10.49%
G = 38.89%
B = 50.62%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#33BDF6 (or 0x33BDF6) is known color: Summer Sky. HEX triplet: 33, BD and F6. RGB value is (51,189,246). Sum of RGB (Red+Green+Blue) = 51+189+246=486 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.49% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #33BDF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDF6 is #CC4209. Grayscale: #999999. Windows color (decimal): -13386250 or 16170291. OLE color: 16170291.

HSL color Cylindrical-coordinate representation of color #33BDF6: hue angle of 197.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33BDF6 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 189 246 -
CMYK 0.79 0.23 0 0.04
HSL 197.54º 0.92% 0.58% -
HSV(B) 197.54º 0.79% 0.96% -
XYZ 36.2 43.75 93.73 -
YUV 154.24 179.78 54.37 -
System Red Green Blue C M Y K H S L
Decimal 51 189 246 0.79 0.23 0 0.04 197.54 0.92 0.58
Hex 33 BD F6 4F 17 0 4 C6 5C 3A
Octal 63 275 366 117 27 0 4 306 134 72
Binary 110011 10111101 11110110 1001111 10111 0 100 11000110 1011100 111010

Color Harmonies of #33BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDF6

Black with #33BDF6

Text Example


Text Example

White with #33BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,189,246); }

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

background-color css

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

 a { background-color: rgb(51,189,246); }

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

border-color css

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

 span { border-color: rgb(51,189,246); }

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