Html Css Color HEX #C3E6FE Pattens Blue

📋 copy color: '#C3E6FE'

red 195 ◦ green 230 ◦ blue 254

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

Shades of Pattens Blue #C3E6FE

Tints of Pattens Blue #C3E6FE

RGB

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

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

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

R = 28.72%
G = 33.87%
B = 37.41%

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

#C3E6FE (or 0xC3E6FE) is known color: Pattens Blue. HEX triplet: C3, E6 and FE. RGB value is (195,230,254). Sum of RGB (Red+Green+Blue) = 195+230+254=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E6FE is #3C1901. Grayscale: #DEDEDE. Windows color (decimal): -3938562 or 16705219. OLE color: 16705219.

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

Color convert

RGB 195 230 254 -
CMYK 0.23 0.09 0 0.00
HSL 204.41º 0.97% 0.88% -
HSV(B) 204.41º 0.23% 1% -
XYZ 68.69 75.35 104.69 -
YUV 222.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 195 230 254 0.23 0.09 0 0.00 204.41 0.97 0.88
Hex C3 E6 FE 17 9 0 0 CC 61 58
Octal 303 346 376 27 11 0 0 314 141 130
Binary 11000011 11100110 11111110 10111 1001 0 0 11001100 1100001 1011000

Color Harmonies of #C3E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E6FE

Black with #C3E6FE

Text Example


Text Example

White with #C3E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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