Html Css Color HEX #C9F2FF Pattens Blue

📋 copy color: '#C9F2FF'

red 201 ◦ green 242 ◦ blue 255

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

Shades of Pattens Blue #C9F2FF

Tints of Pattens Blue #C9F2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.67%

 BLUE value IS 255 (100% from 255) = 36.53%

R = 28.8%
G = 34.67%
B = 36.53%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9F2FF (or 0xC9F2FF) is known color: Pattens Blue. HEX triplet: C9, F2 and FF. RGB value is (201,242,255). Sum of RGB (Red+Green+Blue) = 201+242+255=698 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.80% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2FF is #360D00. Grayscale: #E7E7E7. Windows color (decimal): -3542273 or 16773833. OLE color: 16773833.

HSL color Cylindrical-coordinate representation of color #C9F2FF: hue angle of 194.44º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F2FF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 242 255 -
CMYK 0.21 0.05 0 0
HSL 194.44º 1% 0.89% -
HSV(B) 194.44º 0.21% 1% -
XYZ 73.89 83.14 106.76 -
YUV 231.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 201 242 255 0.21 0.05 0 0 194.44 1 0.89
Hex C9 F2 FF 15 5 0 0 C2 64 59
Octal 311 362 377 25 5 0 0 302 144 131
Binary 11001001 11110010 11111111 10101 101 0 0 11000010 1100100 1011001

Color Harmonies of #C9F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F2FF

Black with #C9F2FF

Text Example


Text Example

White with #C9F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F2FF; }

 p { color: rgb(201,242,255); }

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

background-color css

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

 a { background-color: rgb(201,242,255); }

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

border-color css

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

 span { border-color: rgb(201,242,255); }

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