Html Css Color HEX #C3E8FE Pattens Blue

📋 copy color: '#C3E8FE'

red 195 ◦ green 232 ◦ blue 254

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

Shades of Pattens Blue #C3E8FE

Tints of Pattens Blue #C3E8FE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.07%

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

R = 28.63%
G = 34.07%
B = 37.3%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3E8FE (or 0xC3E8FE) is known color: Pattens Blue. HEX triplet: C3, E8 and FE. RGB value is (195,232,254). Sum of RGB (Red+Green+Blue) = 195+232+254=681 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.63% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E8FE is #3C1701. Grayscale: #DFDFDF. Windows color (decimal): -3938050 or 16705731. OLE color: 16705731.

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

Color convert

RGB 195 232 254 -
CMYK 0.23 0.09 0 0.00
HSL 202.37º 0.97% 0.88% -
HSV(B) 202.37º 0.23% 1% -
XYZ 69.25 76.47 104.88 -
YUV 223.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 195 232 254 0.23 0.09 0 0.00 202.37 0.97 0.88
Hex C3 E8 FE 17 9 0 0 CA 61 58
Octal 303 350 376 27 11 0 0 312 141 130
Binary 11000011 11101000 11111110 10111 1001 0 0 11001010 1100001 1011000

Color Harmonies of #C3E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E8FE

Black with #C3E8FE

Text Example


Text Example

White with #C3E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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