Html Css Color HEX #65BFDF Malibu

📋 copy color: '#65BFDF'

red 101 ◦ green 191 ◦ blue 223

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

Shades of Malibu #65BFDF

Tints of Malibu #65BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

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

R = 19.61%
G = 37.09%
B = 43.3%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#65BFDF (or 0x65BFDF) is known color: Malibu. HEX triplet: 65, BF and DF. RGB value is (101,191,223). Sum of RGB (Red+Green+Blue) = 101+191+223=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #65BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFDF is #9A4020. Grayscale: #A7A7A7. Windows color (decimal): -10108961 or 14663525. OLE color: 14663525.

HSL color Cylindrical-coordinate representation of color #65BFDF: hue angle of 195.74º 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 #65BFDF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 191 223 -
CMYK 0.55 0.14 0 0.13
HSL 195.74º 0.66% 0.64% -
HSV(B) 195.74º 0.55% 0.87% -
XYZ 37.32 45.36 76.6 -
YUV 167.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 101 191 223 0.55 0.14 0 0.13 195.74 0.66 0.64
Hex 65 BF DF 37 E 0 D C4 42 40
Octal 145 277 337 67 16 0 15 304 102 100
Binary 1100101 10111111 11011111 110111 1110 0 1101 11000100 1000010 1000000

Color Harmonies of #65BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BFDF

Black with #65BFDF

Text Example


Text Example

White with #65BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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