Html Css Color HEX #C1E6FC Pattens Blue

📋 copy color: '#C1E6FC'

red 193 ◦ green 230 ◦ blue 252

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

Shades of Pattens Blue #C1E6FC

Tints of Pattens Blue #C1E6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.07%

 BLUE value IS 252 (98.83% from 255) = 37.33%

R = 28.59%
G = 34.07%
B = 37.33%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1E6FC (or 0xC1E6FC) is known color: Pattens Blue. HEX triplet: C1, E6 and FC. RGB value is (193,230,252). Sum of RGB (Red+Green+Blue) = 193+230+252=675 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.59% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1E6FC is #3E1903. Grayscale: #DDDDDD. Windows color (decimal): -4069636 or 16574145. OLE color: 16574145.

HSL color Cylindrical-coordinate representation of color #C1E6FC: hue angle of 202.37º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1E6FC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 230 252 -
CMYK 0.23 0.09 0 0.01
HSL 202.37º 0.91% 0.87% -
HSV(B) 202.37º 0.23% 0.99% -
XYZ 67.86 74.96 102.99 -
YUV 221.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 193 230 252 0.23 0.09 0 0.01 202.37 0.91 0.87
Hex C1 E6 FC 17 9 0 1 CA 5B 57
Octal 301 346 374 27 11 0 1 312 133 127
Binary 11000001 11100110 11111100 10111 1001 0 1 11001010 1011011 1010111

Color Harmonies of #C1E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E6FC

Black with #C1E6FC

Text Example


Text Example

White with #C1E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E6FC; }

 p { color: rgb(193,230,252); }

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

background-color css

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

 a { background-color: rgb(193,230,252); }

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

border-color css

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

 span { border-color: rgb(193,230,252); }

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