Html Css Color HEX #55FDFF Baby Blue

📋 copy color: '#55FDFF'

red 85 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #55FDFF

Tints of Baby Blue #55FDFF

RGB

 RED value IS 85 (33.59% from 255) = 14.33%

 GREEN value IS 253 (99.22% from 255) = 42.66%

 BLUE value IS 255 (100% from 255) = 43%

R = 14.33%
G = 42.66%
B = 43%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55FDFF (or 0x55FDFF) is known color: Baby Blue. HEX triplet: 55, FD and FF. RGB value is (85,253,255). Sum of RGB (Red+Green+Blue) = 85+253+255=593 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.33% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #55FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FDFF is #AA0200. Grayscale: #CACACA. Windows color (decimal): -11141633 or 16776533. OLE color: 16776533.

HSL color Cylindrical-coordinate representation of color #55FDFF: hue angle of 180.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FDFF is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 253 255 -
CMYK 0.67 0.01 0 0
HSL 180.71º 1% 0.67% -
HSV(B) 180.71º 0.67% 1% -
XYZ 56.92 79.4 106.93 -
YUV 203 157.34 43.84 -
System Red Green Blue C M Y K H S L
Decimal 85 253 255 0.67 0.01 0 0 180.71 1 0.67
Hex 55 FD FF 43 1 0 0 B5 64 43
Octal 125 375 377 103 1 0 0 265 144 103
Binary 1010101 11111101 11111111 1000011 1 0 0 10110101 1100100 1000011

Color Harmonies of #55FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDFF

Black with #55FDFF

Text Example


Text Example

White with #55FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55FDFF; }

 p { color: rgb(85,253,255); }

 H1.HeaderClassName
 {
   color: #55FDFF;
 }
 .AnyTagClassName
 {
   color: #55FDFF;
 }
</style>

background-color css

<style>
 a { background-color: #55FDFF; }

 a { background-color: rgb(85,253,255); }

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

border-color css

<style>
 span { border-color: #55FDFF; }

 span { border-color: rgb(85,253,255); }

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