Html Css Color HEX #99C4F1 Sail

📋 copy color: '#99C4F1'

red 153 ◦ green 196 ◦ blue 241

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

Shades of Sail #99C4F1

Tints of Sail #99C4F1

RGB

 RED value IS 153 (60.16% from 255) = 25.93%

 GREEN value IS 196 (76.95% from 255) = 33.22%

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

R = 25.93%
G = 33.22%
B = 40.85%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99C4F1 (or 0x99C4F1) is known color: Sail. HEX triplet: 99, C4 and F1. RGB value is (153,196,241). Sum of RGB (Red+Green+Blue) = 153+196+241=590 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.93% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #99C4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C4F1 is #663B0E. Grayscale: #BCBCBC. Windows color (decimal): -6699791 or 15844505. OLE color: 15844505.

HSL color Cylindrical-coordinate representation of color #99C4F1: hue angle of 210.68º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99C4F1 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 196 241 -
CMYK 0.37 0.19 0 0.05
HSL 210.68º 0.76% 0.77% -
HSV(B) 210.68º 0.37% 0.95% -
XYZ 48.75 52.6 90.8 -
YUV 188.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 153 196 241 0.37 0.19 0 0.05 210.68 0.76 0.77
Hex 99 C4 F1 25 13 0 5 D3 4C 4D
Octal 231 304 361 45 23 0 5 323 114 115
Binary 10011001 11000100 11110001 100101 10011 0 101 11010011 1001100 1001101

Color Harmonies of #99C4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C4F1

Black with #99C4F1

Text Example


Text Example

White with #99C4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C4F1; }

 p { color: rgb(153,196,241); }

 H1.HeaderClassName
 {
   color: #99C4F1;
 }
 .AnyTagClassName
 {
   color: #99C4F1;
 }
</style>

background-color css

<style>
 a { background-color: #99C4F1; }

 a { background-color: rgb(153,196,241); }

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

border-color css

<style>
 span { border-color: #99C4F1; }

 span { border-color: rgb(153,196,241); }

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