Html Css Color HEX #65BBDF Malibu

📋 copy color: '#65BBDF'

red 101 ◦ green 187 ◦ blue 223

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

Shades of Malibu #65BBDF

Tints of Malibu #65BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.59%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 19.77%
G = 36.59%
B = 43.64%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65BBDF (or 0x65BBDF) is known color: Malibu. HEX triplet: 65, BB and DF. RGB value is (101,187,223). Sum of RGB (Red+Green+Blue) = 101+187+223=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #65BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBDF is #9A4420. Grayscale: #A5A5A5. Windows color (decimal): -10109985 or 14662501. OLE color: 14662501.

HSL color Cylindrical-coordinate representation of color #65BBDF: hue angle of 197.7º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65BBDF is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 187 223 -
CMYK 0.55 0.16 0 0.13
HSL 197.7º 0.66% 0.64% -
HSV(B) 197.7º 0.55% 0.87% -
XYZ 36.46 43.64 76.31 -
YUV 165.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 101 187 223 0.55 0.16 0 0.13 197.7 0.66 0.64
Hex 65 BB DF 37 10 0 D C6 42 40
Octal 145 273 337 67 20 0 15 306 102 100
Binary 1100101 10111011 11011111 110111 10000 0 1101 11000110 1000010 1000000

Color Harmonies of #65BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BBDF

Black with #65BBDF

Text Example


Text Example

White with #65BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,187,223); }

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

background-color css

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

 a { background-color: rgb(101,187,223); }

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

border-color css

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

 span { border-color: rgb(101,187,223); }

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