Html Css Color HEX #C3DFFB Pattens Blue

📋 copy color: '#C3DFFB'

red 195 ◦ green 223 ◦ blue 251

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

Shades of Pattens Blue #C3DFFB

Tints of Pattens Blue #C3DFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.33%

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

R = 29.15%
G = 33.33%
B = 37.52%

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

#C3DFFB (or 0xC3DFFB) is known color: Pattens Blue. HEX triplet: C3, DF and FB. RGB value is (195,223,251). Sum of RGB (Red+Green+Blue) = 195+223+251=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFFB is #3C2004. Grayscale: #D9D9D9. Windows color (decimal): -3940357 or 16506819. OLE color: 16506819.

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

Color convert

RGB 195 223 251 -
CMYK 0.22 0.11 0 0.02
HSL 210º 0.88% 0.87% -
HSV(B) 210º 0.22% 0.98% -
XYZ 66.31 71.34 101.54 -
YUV 217.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 195 223 251 0.22 0.11 0 0.02 210 0.88 0.87
Hex C3 DF FB 16 B 0 2 D2 58 57
Octal 303 337 373 26 13 0 2 322 130 127
Binary 11000011 11011111 11111011 10110 1011 0 10 11010010 1011000 1010111

Color Harmonies of #C3DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFFB

Black with #C3DFFB

Text Example


Text Example

White with #C3DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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