Html Css Color HEX #C9ECFA Pattens Blue

📋 copy color: '#C9ECFA'

red 201 ◦ green 236 ◦ blue 250

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

Shades of Pattens Blue #C9ECFA

Tints of Pattens Blue #C9ECFA

RGB

 RED value IS 201 (78.91% from 255) = 29.26%

 GREEN value IS 236 (92.58% from 255) = 34.35%

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 29.26%
G = 34.35%
B = 36.39%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9ECFA (or 0xC9ECFA) is known color: Pattens Blue. HEX triplet: C9, EC and FA. RGB value is (201,236,250). Sum of RGB (Red+Green+Blue) = 201+236+250=687 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.26% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9ECFA is #361305. Grayscale: #E3E3E3. Windows color (decimal): -3543814 or 16444617. OLE color: 16444617.

HSL color Cylindrical-coordinate representation of color #C9ECFA: hue angle of 197.14º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9ECFA is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 236 250 -
CMYK 0.20 0.06 0 0.02
HSL 197.14º 0.83% 0.88% -
HSV(B) 197.14º 0.2% 0.98% -
XYZ 71.34 79.31 101.99 -
YUV 227.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 201 236 250 0.20 0.06 0 0.02 197.14 0.83 0.88
Hex C9 EC FA 14 6 0 2 C5 53 58
Octal 311 354 372 24 6 0 2 305 123 130
Binary 11001001 11101100 11111010 10100 110 0 10 11000101 1010011 1011000

Color Harmonies of #C9ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ECFA

Black with #C9ECFA

Text Example


Text Example

White with #C9ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ECFA; }

 p { color: rgb(201,236,250); }

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

background-color css

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

 a { background-color: rgb(201,236,250); }

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

border-color css

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

 span { border-color: rgb(201,236,250); }

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