Html Css Color HEX #65B8ED Malibu

📋 copy color: '#65B8ED'

red 101 ◦ green 184 ◦ blue 237

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

Shades of Malibu #65B8ED

Tints of Malibu #65B8ED

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 19.35%
G = 35.25%
B = 45.4%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65B8ED (or 0x65B8ED) is known color: Malibu. HEX triplet: 65, B8 and ED. RGB value is (101,184,237). Sum of RGB (Red+Green+Blue) = 101+184+237=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #65B8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B8ED is #9A4712. Grayscale: #A4A4A4. Windows color (decimal): -10110739 or 15579237. OLE color: 15579237.

HSL color Cylindrical-coordinate representation of color #65B8ED: hue angle of 203.38º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65B8ED is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 184 237 -
CMYK 0.57 0.22 0 0.07
HSL 203.38º 0.79% 0.66% -
HSV(B) 203.38º 0.57% 0.93% -
XYZ 37.79 43.16 86.46 -
YUV 165.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 101 184 237 0.57 0.22 0 0.07 203.38 0.79 0.66
Hex 65 B8 ED 39 16 0 7 CB 4F 42
Octal 145 270 355 71 26 0 7 313 117 102
Binary 1100101 10111000 11101101 111001 10110 0 111 11001011 1001111 1000010

Color Harmonies of #65B8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B8ED

Black with #65B8ED

Text Example


Text Example

White with #65B8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,184,237); }

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

background-color css

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

 a { background-color: rgb(101,184,237); }

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

border-color css

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

 span { border-color: rgb(101,184,237); }

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