Html Css Color HEX #C9F1FE Pattens Blue

📋 copy color: '#C9F1FE'

red 201 ◦ green 241 ◦ blue 254

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

Shades of Pattens Blue #C9F1FE

Tints of Pattens Blue #C9F1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 34.63%

 BLUE value IS 254 (99.61% from 255) = 36.49%

R = 28.88%
G = 34.63%
B = 36.49%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9F1FE (or 0xC9F1FE) is known color: Pattens Blue. HEX triplet: C9, F1 and FE. RGB value is (201,241,254). Sum of RGB (Red+Green+Blue) = 201+241+254=696 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.88% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F1FE is #360E01. Grayscale: #E6E6E6. Windows color (decimal): -3542530 or 16708041. OLE color: 16708041.

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

Color convert

RGB 201 241 254 -
CMYK 0.21 0.05 0 0.00
HSL 194.72º 0.96% 0.89% -
HSV(B) 194.72º 0.21% 1% -
XYZ 73.43 82.48 105.82 -
YUV 230.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 201 241 254 0.21 0.05 0 0.00 194.72 0.96 0.89
Hex C9 F1 FE 15 5 0 0 C3 60 59
Octal 311 361 376 25 5 0 0 303 140 131
Binary 11001001 11110001 11111110 10101 101 0 0 11000011 1100000 1011001

Color Harmonies of #C9F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F1FE

Black with #C9F1FE

Text Example


Text Example

White with #C9F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F1FE; }

 p { color: rgb(201,241,254); }

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

background-color css

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

 a { background-color: rgb(201,241,254); }

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

border-color css

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

 span { border-color: rgb(201,241,254); }

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