Html Css Color HEX #C3E5FF Pattens Blue

📋 copy color: '#C3E5FF'

red 195 ◦ green 229 ◦ blue 255

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

Shades of Pattens Blue #C3E5FF

Tints of Pattens Blue #C3E5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 28.72%
G = 33.73%
B = 37.56%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3E5FF (or 0xC3E5FF) is known color: Pattens Blue. HEX triplet: C3, E5 and FF. RGB value is (195,229,255). Sum of RGB (Red+Green+Blue) = 195+229+255=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E5FF is #3C1A00. Grayscale: #DDDDDD. Windows color (decimal): -3938817 or 16770499. OLE color: 16770499.

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

Color convert

RGB 195 229 255 -
CMYK 0.24 0.10 0 0
HSL 206º 1% 0.88% -
HSV(B) 206º 0.24% 1% -
XYZ 68.57 74.86 105.44 -
YUV 221.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 195 229 255 0.24 0.10 0 0 206 1 0.88
Hex C3 E5 FF 18 A 0 0 CE 64 58
Octal 303 345 377 30 12 0 0 316 144 130
Binary 11000011 11100101 11111111 11000 1010 0 0 11001110 1100100 1011000

Color Harmonies of #C3E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E5FF

Black with #C3E5FF

Text Example


Text Example

White with #C3E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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