Html Css Color HEX #C1E4FA Pattens Blue

📋 copy color: '#C1E4FA'

red 193 ◦ green 228 ◦ blue 250

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

Shades of Pattens Blue #C1E4FA

Tints of Pattens Blue #C1E4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.98%

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

R = 28.76%
G = 33.98%
B = 37.26%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1E4FA (or 0xC1E4FA) is known color: Pattens Blue. HEX triplet: C1, E4 and FA. RGB value is (193,228,250). Sum of RGB (Red+Green+Blue) = 193+228+250=671 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.76% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1E4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E4FA is #3E1B05. Grayscale: #DBDBDB. Windows color (decimal): -4070150 or 16442561. OLE color: 16442561.

HSL color Cylindrical-coordinate representation of color #C1E4FA: hue angle of 203.16º 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 #C1E4FA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 228 250 -
CMYK 0.23 0.09 0 0.02
HSL 203.16º 0.85% 0.87% -
HSV(B) 203.16º 0.23% 0.98% -
XYZ 66.99 73.73 101.14 -
YUV 220.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 193 228 250 0.23 0.09 0 0.02 203.16 0.85 0.87
Hex C1 E4 FA 17 9 0 2 CB 55 57
Octal 301 344 372 27 11 0 2 313 125 127
Binary 11000001 11100100 11111010 10111 1001 0 10 11001011 1010101 1010111

Color Harmonies of #C1E4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E4FA

Black with #C1E4FA

Text Example


Text Example

White with #C1E4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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