Html Css Color HEX #C1E3FE Pattens Blue

📋 copy color: '#C1E3FE'

red 193 ◦ green 227 ◦ blue 254

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

Shades of Pattens Blue #C1E3FE

Tints of Pattens Blue #C1E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.68%

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

R = 28.64%
G = 33.68%
B = 37.69%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1E3FE (or 0xC1E3FE) is known color: Pattens Blue. HEX triplet: C1, E3 and FE. RGB value is (193,227,254). Sum of RGB (Red+Green+Blue) = 193+227+254=674 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.64% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E3FE is #3E1C01. Grayscale: #DBDBDB. Windows color (decimal): -4070402 or 16704449. OLE color: 16704449.

HSL color Cylindrical-coordinate representation of color #C1E3FE: hue angle of 206.56º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1E3FE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 227 254 -
CMYK 0.24 0.11 0 0.00
HSL 206.56º 0.97% 0.88% -
HSV(B) 206.56º 0.24% 1% -
XYZ 67.35 73.43 104.39 -
YUV 219.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 193 227 254 0.24 0.11 0 0.00 206.56 0.97 0.88
Hex C1 E3 FE 18 B 0 0 CF 61 58
Octal 301 343 376 30 13 0 0 317 141 130
Binary 11000001 11100011 11111110 11000 1011 0 0 11001111 1100001 1011000

Color Harmonies of #C1E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E3FE

Black with #C1E3FE

Text Example


Text Example

White with #C1E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E3FE; }

 p { color: rgb(193,227,254); }

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

background-color css

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

 a { background-color: rgb(193,227,254); }

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

border-color css

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

 span { border-color: rgb(193,227,254); }

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