Html Css Color HEX #65B9F1 Malibu

📋 copy color: '#65B9F1'

red 101 ◦ green 185 ◦ blue 241

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

Shades of Malibu #65B9F1

Tints of Malibu #65B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.1%

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 19.17%
G = 35.1%
B = 45.73%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65B9F1 (or 0x65B9F1) is known color: Malibu. HEX triplet: 65, B9 and F1. RGB value is (101,185,241). Sum of RGB (Red+Green+Blue) = 101+185+241=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #65B9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B9F1 is #9A460E. Grayscale: #A5A5A5. Windows color (decimal): -10110479 or 15841637. OLE color: 15841637.

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

Color convert

RGB 101 185 241 -
CMYK 0.58 0.23 0 0.05
HSL 204º 0.83% 0.67% -
HSV(B) 204º 0.58% 0.95% -
XYZ 38.59 43.82 89.64 -
YUV 166.27 170.17 81.45 -
System Red Green Blue C M Y K H S L
Decimal 101 185 241 0.58 0.23 0 0.05 204 0.83 0.67
Hex 65 B9 F1 3A 17 0 5 CC 53 43
Octal 145 271 361 72 27 0 5 314 123 103
Binary 1100101 10111001 11110001 111010 10111 0 101 11001100 1010011 1000011

Color Harmonies of #65B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B9F1

Black with #65B9F1

Text Example


Text Example

White with #65B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,185,241); }

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

background-color css

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

 a { background-color: rgb(101,185,241); }

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

border-color css

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

 span { border-color: rgb(101,185,241); }

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