Html Css Color HEX #55AFFD Malibu

📋 copy color: '#55AFFD'

red 85 ◦ green 175 ◦ blue 253

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

Shades of Malibu #55AFFD

Tints of Malibu #55AFFD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 16.57%
G = 34.11%
B = 49.32%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55AFFD (or 0x55AFFD) is known color: Malibu. HEX triplet: 55, AF and FD. RGB value is (85,175,253). Sum of RGB (Red+Green+Blue) = 85+175+253=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #55AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AFFD is #AA5002. Grayscale: #9C9C9C. Windows color (decimal): -11161603 or 16625493. OLE color: 16625493.

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

Color convert

RGB 85 175 253 -
CMYK 0.66 0.31 0 0.01
HSL 207.86º 0.98% 0.66% -
HSV(B) 207.86º 0.66% 0.99% -
XYZ 36.81 39.68 98.65 -
YUV 156.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 85 175 253 0.66 0.31 0 0.01 207.86 0.98 0.66
Hex 55 AF FD 42 1F 0 1 D0 62 42
Octal 125 257 375 102 37 0 1 320 142 102
Binary 1010101 10101111 11111101 1000010 11111 0 1 11010000 1100010 1000010

Color Harmonies of #55AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFFD

Black with #55AFFD

Text Example


Text Example

White with #55AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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