Html Css Color HEX #33BDF5 Summer Sky

📋 copy color: '#33BDF5'

red 51 ◦ green 189 ◦ blue 245

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

Shades of Summer Sky #33BDF5

Tints of Summer Sky #33BDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.52%

R = 10.52%
G = 38.97%
B = 50.52%

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

#33BDF5 (or 0x33BDF5) is known color: Summer Sky. HEX triplet: 33, BD and F5. RGB value is (51,189,245). Sum of RGB (Red+Green+Blue) = 51+189+245=485 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.52% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #33BDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDF5 is #CC420A. Grayscale: #999999. Windows color (decimal): -13386251 or 16104755. OLE color: 16104755.

HSL color Cylindrical-coordinate representation of color #33BDF5: hue angle of 197.32º degrees, saturation: 0.91, 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 #33BDF5 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 189 245 -
CMYK 0.79 0.23 0 0.04
HSL 197.32º 0.91% 0.58% -
HSV(B) 197.32º 0.79% 0.96% -
XYZ 36.04 43.69 92.92 -
YUV 154.12 179.28 54.45 -
System Red Green Blue C M Y K H S L
Decimal 51 189 245 0.79 0.23 0 0.04 197.32 0.91 0.58
Hex 33 BD F5 4F 17 0 4 C5 5B 3A
Octal 63 275 365 117 27 0 4 305 133 72
Binary 110011 10111101 11110101 1001111 10111 0 100 11000101 1011011 111010

Color Harmonies of #33BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDF5

Black with #33BDF5

Text Example


Text Example

White with #33BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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