Html Css Color HEX #65B5EE Malibu

📋 copy color: '#65B5EE'

red 101 ◦ green 181 ◦ blue 238

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

Shades of Malibu #65B5EE

Tints of Malibu #65B5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 19.42%
G = 34.81%
B = 45.77%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#65B5EE (or 0x65B5EE) is known color: Malibu. HEX triplet: 65, B5 and EE. RGB value is (101,181,238). Sum of RGB (Red+Green+Blue) = 101+181+238=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #65B5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B5EE is #9A4A11. Grayscale: #A3A3A3. Windows color (decimal): -10111506 or 15644005. OLE color: 15644005.

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

Color convert

RGB 101 181 238 -
CMYK 0.58 0.24 0 0.07
HSL 204.96º 0.8% 0.66% -
HSV(B) 204.96º 0.58% 0.93% -
XYZ 37.32 41.99 87.03 -
YUV 163.58 170 83.37 -
System Red Green Blue C M Y K H S L
Decimal 101 181 238 0.58 0.24 0 0.07 204.96 0.8 0.66
Hex 65 B5 EE 3A 18 0 7 CD 50 42
Octal 145 265 356 72 30 0 7 315 120 102
Binary 1100101 10110101 11101110 111010 11000 0 111 11001101 1010000 1000010

Color Harmonies of #65B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B5EE

Black with #65B5EE

Text Example


Text Example

White with #65B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,181,238); }

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

background-color css

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

 a { background-color: rgb(101,181,238); }

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

border-color css

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

 span { border-color: rgb(101,181,238); }

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