Html Css Color HEX #33BDFE Summer Sky

📋 copy color: '#33BDFE'

red 51 ◦ green 189 ◦ blue 254

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

Shades of Summer Sky #33BDFE

Tints of Summer Sky #33BDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 10.32%
G = 38.26%
B = 51.42%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#33BDFE (or 0x33BDFE) is known color: Summer Sky. HEX triplet: 33, BD and FE. RGB value is (51,189,254). Sum of RGB (Red+Green+Blue) = 51+189+254=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #33BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDFE is #CC4201. Grayscale: #9A9A9A. Windows color (decimal): -13386242 or 16694579. OLE color: 16694579.

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

Color convert

RGB 51 189 254 -
CMYK 0.80 0.26 0 0.00
HSL 199.21º 0.99% 0.6% -
HSV(B) 199.21º 0.8% 1% -
XYZ 37.45 44.25 100.33 -
YUV 155.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 51 189 254 0.80 0.26 0 0.00 199.21 0.99 0.6
Hex 33 BD FE 50 1A 0 0 C7 63 3C
Octal 63 275 376 120 32 0 0 307 143 74
Binary 110011 10111101 11111110 1010000 11010 0 0 11000111 1100011 111100

Color Harmonies of #33BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BDFE

Black with #33BDFE

Text Example


Text Example

White with #33BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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