Html Css Color HEX #65BFE5 Malibu

📋 copy color: '#65BFE5'

red 101 ◦ green 191 ◦ blue 229

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

Shades of Malibu #65BFE5

Tints of Malibu #65BFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 19.39%
G = 36.66%
B = 43.95%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#65BFE5 (or 0x65BFE5) is known color: Malibu. HEX triplet: 65, BF and E5. RGB value is (101,191,229). Sum of RGB (Red+Green+Blue) = 101+191+229=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #65BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFE5 is #9A401A. Grayscale: #A8A8A8. Windows color (decimal): -10108955 or 15056741. OLE color: 15056741.

HSL color Cylindrical-coordinate representation of color #65BFE5: hue angle of 197.81º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65BFE5 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 191 229 -
CMYK 0.56 0.17 0 0.10
HSL 197.81º 0.71% 0.65% -
HSV(B) 197.81º 0.56% 0.9% -
XYZ 38.14 45.69 80.94 -
YUV 168.42 162.18 79.91 -
System Red Green Blue C M Y K H S L
Decimal 101 191 229 0.56 0.17 0 0.10 197.81 0.71 0.65
Hex 65 BF E5 38 11 0 A C6 47 41
Octal 145 277 345 70 21 0 12 306 107 101
Binary 1100101 10111111 11100101 111000 10001 0 1010 11000110 1000111 1000001

Color Harmonies of #65BFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BFE5

Black with #65BFE5

Text Example


Text Example

White with #65BFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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