Html Css Color HEX #C3E6FF Pattens Blue

📋 copy color: '#C3E6FF'

red 195 ◦ green 230 ◦ blue 255

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

Shades of Pattens Blue #C3E6FF

Tints of Pattens Blue #C3E6FF

RGB

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

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

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

R = 28.68%
G = 33.82%
B = 37.5%

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

#C3E6FF (or 0xC3E6FF) is known color: Pattens Blue. HEX triplet: C3, E6 and FF. RGB value is (195,230,255). Sum of RGB (Red+Green+Blue) = 195+230+255=680 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.68% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E6FF is #3C1900. Grayscale: #DEDEDE. Windows color (decimal): -3938561 or 16770755. OLE color: 16770755.

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

Color convert

RGB 195 230 255 -
CMYK 0.24 0.10 0 0
HSL 205º 1% 0.88% -
HSV(B) 205º 0.24% 1% -
XYZ 68.85 75.42 105.54 -
YUV 222.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 195 230 255 0.24 0.10 0 0 205 1 0.88
Hex C3 E6 FF 18 A 0 0 CD 64 58
Octal 303 346 377 30 12 0 0 315 144 130
Binary 11000011 11100110 11111111 11000 1010 0 0 11001101 1100100 1011000

Color Harmonies of #C3E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E6FF

Black with #C3E6FF

Text Example


Text Example

White with #C3E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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