Html Css Color HEX #C3DEFA Pattens Blue

📋 copy color: '#C3DEFA'

red 195 ◦ green 222 ◦ blue 250

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

Shades of Pattens Blue #C3DEFA

Tints of Pattens Blue #C3DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.28%

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 29.24%
G = 33.28%
B = 37.48%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3DEFA (or 0xC3DEFA) is known color: Pattens Blue. HEX triplet: C3, DE and FA. RGB value is (195,222,250). Sum of RGB (Red+Green+Blue) = 195+222+250=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEFA is #3C2105. Grayscale: #D8D8D8. Windows color (decimal): -3940614 or 16441027. OLE color: 16441027.

HSL color Cylindrical-coordinate representation of color #C3DEFA: hue angle of 210.55º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3DEFA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 222 250 -
CMYK 0.22 0.11 0 0.02
HSL 210.55º 0.85% 0.87% -
HSV(B) 210.55º 0.22% 0.98% -
XYZ 65.88 70.75 100.63 -
YUV 217.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 195 222 250 0.22 0.11 0 0.02 210.55 0.85 0.87
Hex C3 DE FA 16 B 0 2 D3 55 57
Octal 303 336 372 26 13 0 2 323 125 127
Binary 11000011 11011110 11111010 10110 1011 0 10 11010011 1010101 1010111

Color Harmonies of #C3DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DEFA

Black with #C3DEFA

Text Example


Text Example

White with #C3DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DEFA; }

 p { color: rgb(195,222,250); }

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

background-color css

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

 a { background-color: rgb(195,222,250); }

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

border-color css

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

 span { border-color: rgb(195,222,250); }

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