Html Css Color HEX #C3E5FE Pattens Blue

📋 copy color: '#C3E5FE'

red 195 ◦ green 229 ◦ blue 254

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

Shades of Pattens Blue #C3E5FE

Tints of Pattens Blue #C3E5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.78%

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

R = 28.76%
G = 33.78%
B = 37.46%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3E5FE (or 0xC3E5FE) is known color: Pattens Blue. HEX triplet: C3, E5 and FE. RGB value is (195,229,254). Sum of RGB (Red+Green+Blue) = 195+229+254=678 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.76% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E5FE is #3C1A01. Grayscale: #DDDDDD. Windows color (decimal): -3938818 or 16704963. OLE color: 16704963.

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

Color convert

RGB 195 229 254 -
CMYK 0.23 0.10 0 0.00
HSL 205.42º 0.97% 0.88% -
HSV(B) 205.42º 0.23% 1% -
XYZ 68.41 74.8 104.6 -
YUV 221.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 195 229 254 0.23 0.10 0 0.00 205.42 0.97 0.88
Hex C3 E5 FE 17 A 0 0 CD 61 58
Octal 303 345 376 27 12 0 0 315 141 130
Binary 11000011 11100101 11111110 10111 1010 0 0 11001101 1100001 1011000

Color Harmonies of #C3E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E5FE

Black with #C3E5FE

Text Example


Text Example

White with #C3E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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