Html Css Color HEX #65B1D3 Malibu

📋 copy color: '#65B1D3'

red 101 ◦ green 177 ◦ blue 211

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

Shades of Malibu #65B1D3

Tints of Malibu #65B1D3

RGB

 RED value IS 101 (39.84% from 255) = 20.65%

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 211 (82.81% from 255) = 43.15%

R = 20.65%
G = 36.2%
B = 43.15%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#65B1D3 (or 0x65B1D3) is known color: Malibu. HEX triplet: 65, B1 and D3. RGB value is (101,177,211). Sum of RGB (Red+Green+Blue) = 101+177+211=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #65B1D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B1D3 is #9A4E2C. Grayscale: #9D9D9D. Windows color (decimal): -10112557 or 13873509. OLE color: 13873509.

HSL color Cylindrical-coordinate representation of color #65B1D3: hue angle of 198.55º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65B1D3 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 101 177 211 -
CMYK 0.52 0.16 0 0.17
HSL 198.55º 0.56% 0.61% -
HSV(B) 198.55º 0.52% 0.83% -
XYZ 32.85 38.91 67.41 -
YUV 158.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 101 177 211 0.52 0.16 0 0.17 198.55 0.56 0.61
Hex 65 B1 D3 34 10 0 11 C7 38 3D
Octal 145 261 323 64 20 0 21 307 70 75
Binary 1100101 10110001 11010011 110100 10000 0 10001 11000111 111000 111101

Color Harmonies of #65B1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B1D3

Black with #65B1D3

Text Example


Text Example

White with #65B1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65B1D3; }

 p { color: rgb(101,177,211); }

 H1.HeaderClassName
 {
   color: #65B1D3;
 }
 .AnyTagClassName
 {
   color: #65B1D3;
 }
</style>

background-color css

<style>
 a { background-color: #65B1D3; }

 a { background-color: rgb(101,177,211); }

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

border-color css

<style>
 span { border-color: #65B1D3; }

 span { border-color: rgb(101,177,211); }

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