Html Css Color HEX #33BDFD Summer Sky

📋 copy color: '#33BDFD'

red 51 ◦ green 189 ◦ blue 253

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

Shades of Summer Sky #33BDFD

Tints of Summer Sky #33BDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 10.34%
G = 38.34%
B = 51.32%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#33BDFD (or 0x33BDFD) is known color: Summer Sky. HEX triplet: 33, BD and FD. RGB value is (51,189,253). Sum of RGB (Red+Green+Blue) = 51+189+253=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #33BDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDFD is #CC4202. Grayscale: #9A9A9A. Windows color (decimal): -13386243 or 16629043. OLE color: 16629043.

HSL color Cylindrical-coordinate representation of color #33BDFD: hue angle of 199.01º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33BDFD is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 189 253 -
CMYK 0.80 0.25 0 0.01
HSL 199.01º 0.98% 0.6% -
HSV(B) 199.01º 0.8% 0.99% -
XYZ 37.29 44.19 99.49 -
YUV 155.03 183.28 53.8 -
System Red Green Blue C M Y K H S L
Decimal 51 189 253 0.80 0.25 0 0.01 199.01 0.98 0.6
Hex 33 BD FD 50 19 0 1 C7 62 3C
Octal 63 275 375 120 31 0 1 307 142 74
Binary 110011 10111101 11111101 1010000 11001 0 1 11000111 1100010 111100

Color Harmonies of #33BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDFD

Black with #33BDFD

Text Example


Text Example

White with #33BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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