Html Css Color HEX #C1E0FA Pattens Blue

📋 copy color: '#C1E0FA'

red 193 ◦ green 224 ◦ blue 250

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

Shades of Pattens Blue #C1E0FA

Tints of Pattens Blue #C1E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.58%

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

R = 28.94%
G = 33.58%
B = 37.48%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1E0FA (or 0xC1E0FA) is known color: Pattens Blue. HEX triplet: C1, E0 and FA. RGB value is (193,224,250). Sum of RGB (Red+Green+Blue) = 193+224+250=667 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.94% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E0FA is #3E1F05. Grayscale: #D9D9D9. Windows color (decimal): -4071174 or 16441537. OLE color: 16441537.

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

Color convert

RGB 193 224 250 -
CMYK 0.23 0.10 0 0.02
HSL 207.37º 0.85% 0.87% -
HSV(B) 207.37º 0.23% 0.98% -
XYZ 65.9 71.55 100.78 -
YUV 217.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 193 224 250 0.23 0.10 0 0.02 207.37 0.85 0.87
Hex C1 E0 FA 17 A 0 2 CF 55 57
Octal 301 340 372 27 12 0 2 317 125 127
Binary 11000001 11100000 11111010 10111 1010 0 10 11001111 1010101 1010111

Color Harmonies of #C1E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E0FA

Black with #C1E0FA

Text Example


Text Example

White with #C1E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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