Html Css Color HEX #C3DEFB Pattens Blue

📋 copy color: '#C3DEFB'

red 195 ◦ green 222 ◦ blue 251

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

Shades of Pattens Blue #C3DEFB

Tints of Pattens Blue #C3DEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.57%

R = 29.19%
G = 33.23%
B = 37.57%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3DEFB (or 0xC3DEFB) is known color: Pattens Blue. HEX triplet: C3, DE and FB. RGB value is (195,222,251). Sum of RGB (Red+Green+Blue) = 195+222+251=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3DEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DEFB is #3C2104. Grayscale: #D9D9D9. Windows color (decimal): -3940613 or 16506563. OLE color: 16506563.

HSL color Cylindrical-coordinate representation of color #C3DEFB: hue angle of 211.07º degrees, saturation: 0.88, 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 #C3DEFB is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 222 251 -
CMYK 0.22 0.12 0 0.02
HSL 211.07º 0.88% 0.87% -
HSV(B) 211.07º 0.22% 0.98% -
XYZ 66.04 70.81 101.45 -
YUV 217.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 195 222 251 0.22 0.12 0 0.02 211.07 0.88 0.87
Hex C3 DE FB 16 C 0 2 D3 58 57
Octal 303 336 373 26 14 0 2 323 130 127
Binary 11000011 11011110 11111011 10110 1100 0 10 11010011 1011000 1010111

Color Harmonies of #C3DEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DEFB

Black with #C3DEFB

Text Example


Text Example

White with #C3DEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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