Html Css Color HEX #65B7EF Malibu

📋 copy color: '#65B7EF'

red 101 ◦ green 183 ◦ blue 239

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

Shades of Malibu #65B7EF

Tints of Malibu #65B7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.99%

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 19.31%
G = 34.99%
B = 45.7%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#65B7EF (or 0x65B7EF) is known color: Malibu. HEX triplet: 65, B7 and EF. RGB value is (101,183,239). Sum of RGB (Red+Green+Blue) = 101+183+239=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #65B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B7EF is #9A4810. Grayscale: #A4A4A4. Windows color (decimal): -10110993 or 15710053. OLE color: 15710053.

HSL color Cylindrical-coordinate representation of color #65B7EF: hue angle of 204.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65B7EF is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 183 239 -
CMYK 0.58 0.23 0 0.06
HSL 204.35º 0.81% 0.67% -
HSV(B) 204.35º 0.58% 0.94% -
XYZ 37.88 42.87 87.94 -
YUV 164.87 169.83 82.45 -
System Red Green Blue C M Y K H S L
Decimal 101 183 239 0.58 0.23 0 0.06 204.35 0.81 0.67
Hex 65 B7 EF 3A 17 0 6 CC 51 43
Octal 145 267 357 72 27 0 6 314 121 103
Binary 1100101 10110111 11101111 111010 10111 0 110 11001100 1010001 1000011

Color Harmonies of #65B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B7EF

Black with #65B7EF

Text Example


Text Example

White with #65B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,183,239); }

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

background-color css

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

 a { background-color: rgb(101,183,239); }

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

border-color css

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

 span { border-color: rgb(101,183,239); }

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