Html Css Color HEX #C3E0FE Pattens Blue

📋 copy color: '#C3E0FE'

red 195 ◦ green 224 ◦ blue 254

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

Shades of Pattens Blue #C3E0FE

Tints of Pattens Blue #C3E0FE

RGB

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

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

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

R = 28.97%
G = 33.28%
B = 37.74%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3E0FE (or 0xC3E0FE) is known color: Pattens Blue. HEX triplet: C3, E0 and FE. RGB value is (195,224,254). Sum of RGB (Red+Green+Blue) = 195+224+254=673 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.97% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E0FE is #3C1F01. Grayscale: #DADADA. Windows color (decimal): -3940098 or 16703683. OLE color: 16703683.

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

Color convert

RGB 195 224 254 -
CMYK 0.23 0.12 0 0.00
HSL 210.51º 0.97% 0.88% -
HSV(B) 210.51º 0.23% 1% -
XYZ 67.05 72.07 104.14 -
YUV 218.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 195 224 254 0.23 0.12 0 0.00 210.51 0.97 0.88
Hex C3 E0 FE 17 C 0 0 D3 61 58
Octal 303 340 376 27 14 0 0 323 141 130
Binary 11000011 11100000 11111110 10111 1100 0 0 11010011 1100001 1011000

Color Harmonies of #C3E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E0FE

Black with #C3E0FE

Text Example


Text Example

White with #C3E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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