Html Css Color HEX #65B6EE Malibu

📋 copy color: '#65B6EE'

red 101 ◦ green 182 ◦ blue 238

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

Shades of Malibu #65B6EE

Tints of Malibu #65B6EE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 19.39%
G = 34.93%
B = 45.68%

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

#65B6EE (or 0x65B6EE) is known color: Malibu. HEX triplet: 65, B6 and EE. RGB value is (101,182,238). Sum of RGB (Red+Green+Blue) = 101+182+238=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #65B6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B6EE is #9A4911. Grayscale: #A3A3A3. Windows color (decimal): -10111250 or 15644261. OLE color: 15644261.

HSL color Cylindrical-coordinate representation of color #65B6EE: hue angle of 204.53º 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 #65B6EE is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 182 238 -
CMYK 0.58 0.24 0 0.07
HSL 204.53º 0.8% 0.66% -
HSV(B) 204.53º 0.58% 0.93% -
XYZ 37.53 42.4 87.09 -
YUV 164.17 169.66 82.95 -
System Red Green Blue C M Y K H S L
Decimal 101 182 238 0.58 0.24 0 0.07 204.53 0.8 0.66
Hex 65 B6 EE 3A 18 0 7 CD 50 42
Octal 145 266 356 72 30 0 7 315 120 102
Binary 1100101 10110110 11101110 111010 11000 0 111 11001101 1010000 1000010

Color Harmonies of #65B6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B6EE

Black with #65B6EE

Text Example


Text Example

White with #65B6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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