Html Css Color HEX #C3E1FE Pattens Blue

📋 copy color: '#C3E1FE'

red 195 ◦ green 225 ◦ blue 254

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

Shades of Pattens Blue #C3E1FE

Tints of Pattens Blue #C3E1FE

RGB

 RED value IS 195 (76.56% from 255) = 28.93%

 GREEN value IS 225 (88.28% from 255) = 33.38%

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

R = 28.93%
G = 33.38%
B = 37.69%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3E1FE (or 0xC3E1FE) is known color: Pattens Blue. HEX triplet: C3, E1 and FE. RGB value is (195,225,254). Sum of RGB (Red+Green+Blue) = 195+225+254=674 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.93% from 674); Green value is 225 (88.28% from 255 or 33.38% 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 #C3E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E1FE is #3C1E01. Grayscale: #DBDBDB. Windows color (decimal): -3939842 or 16703939. OLE color: 16703939.

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

Color convert

RGB 195 225 254 -
CMYK 0.23 0.11 0 0.00
HSL 209.49º 0.97% 0.88% -
HSV(B) 209.49º 0.23% 1% -
XYZ 67.32 72.61 104.23 -
YUV 219.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 195 225 254 0.23 0.11 0 0.00 209.49 0.97 0.88
Hex C3 E1 FE 17 B 0 0 D1 61 58
Octal 303 341 376 27 13 0 0 321 141 130
Binary 11000011 11100001 11111110 10111 1011 0 0 11010001 1100001 1011000

Color Harmonies of #C3E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E1FE

Black with #C3E1FE

Text Example


Text Example

White with #C3E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E1FE; }

 p { color: rgb(195,225,254); }

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

background-color css

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

 a { background-color: rgb(195,225,254); }

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

border-color css

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

 span { border-color: rgb(195,225,254); }

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