Html Css Color HEX #C1E7FA Pattens Blue

📋 copy color: '#C1E7FA'

red 193 ◦ green 231 ◦ blue 250

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

Shades of Pattens Blue #C1E7FA

Tints of Pattens Blue #C1E7FA

RGB

 RED value IS 193 (75.78% from 255) = 28.64%

 GREEN value IS 231 (90.63% from 255) = 34.27%

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

R = 28.64%
G = 34.27%
B = 37.09%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1E7FA (or 0xC1E7FA) is known color: Pattens Blue. HEX triplet: C1, E7 and FA. RGB value is (193,231,250). Sum of RGB (Red+Green+Blue) = 193+231+250=674 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.64% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1E7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1E7FA is #3E1805. Grayscale: #DDDDDD. Windows color (decimal): -4069382 or 16443329. OLE color: 16443329.

HSL color Cylindrical-coordinate representation of color #C1E7FA: hue angle of 200º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1E7FA is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 231 250 -
CMYK 0.23 0.08 0 0.02
HSL 200º 0.85% 0.87% -
HSV(B) 200º 0.23% 0.98% -
XYZ 67.82 75.39 101.42 -
YUV 221.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 193 231 250 0.23 0.08 0 0.02 200 0.85 0.87
Hex C1 E7 FA 17 8 0 2 C8 55 57
Octal 301 347 372 27 10 0 2 310 125 127
Binary 11000001 11100111 11111010 10111 1000 0 10 11001000 1010101 1010111

Color Harmonies of #C1E7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E7FA

Black with #C1E7FA

Text Example


Text Example

White with #C1E7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E7FA; }

 p { color: rgb(193,231,250); }

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

background-color css

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

 a { background-color: rgb(193,231,250); }

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

border-color css

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

 span { border-color: rgb(193,231,250); }

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