Html Css Color HEX #65AFC7 Glacier

📋 copy color: '#65AFC7'

red 101 ◦ green 175 ◦ blue 199

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

Shades of Glacier #65AFC7

Tints of Glacier #65AFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

 BLUE value IS 199 (78.13% from 255) = 41.89%

R = 21.26%
G = 36.84%
B = 41.89%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#65AFC7 (or 0x65AFC7) is known color: Glacier. HEX triplet: 65, AF and C7. RGB value is (101,175,199). Sum of RGB (Red+Green+Blue) = 101+175+199=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #65AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFC7 is #9A5038. Grayscale: #9B9B9B. Windows color (decimal): -10113081 or 13086565. OLE color: 13086565.

HSL color Cylindrical-coordinate representation of color #65AFC7: hue angle of 194.69º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65AFC7 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 175 199 -
CMYK 0.49 0.12 0 0.22
HSL 194.69º 0.47% 0.59% -
HSV(B) 194.69º 0.49% 0.78% -
XYZ 31.01 37.55 59.65 -
YUV 155.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 101 175 199 0.49 0.12 0 0.22 194.69 0.47 0.59
Hex 65 AF C7 31 C 0 16 C3 2F 3B
Octal 145 257 307 61 14 0 26 303 57 73
Binary 1100101 10101111 11000111 110001 1100 0 10110 11000011 101111 111011

Color Harmonies of #65AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AFC7

Black with #65AFC7

Text Example


Text Example

White with #65AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,175,199); }

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

background-color css

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

 a { background-color: rgb(101,175,199); }

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

border-color css

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

 span { border-color: rgb(101,175,199); }

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