Html Css Color HEX #C3DFF0 Pattens Blue

📋 copy color: '#C3DFF0'

red 195 ◦ green 223 ◦ blue 240

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

Shades of Pattens Blue #C3DFF0

Tints of Pattens Blue #C3DFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.47%

R = 29.64%
G = 33.89%
B = 36.47%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C3DFF0 (or 0xC3DFF0) is known color: Pattens Blue. HEX triplet: C3, DF and F0. RGB value is (195,223,240). Sum of RGB (Red+Green+Blue) = 195+223+240=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3DFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DFF0 is #3C200F. Grayscale: #D8D8D8. Windows color (decimal): -3940368 or 15785923. OLE color: 15785923.

HSL color Cylindrical-coordinate representation of color #C3DFF0: hue angle of 202.67º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3DFF0 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 223 240 -
CMYK 0.19 0.07 0 0.06
HSL 202.67º 0.6% 0.85% -
HSV(B) 202.67º 0.19% 0.94% -
XYZ 64.62 70.67 92.67 -
YUV 216.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 195 223 240 0.19 0.07 0 0.06 202.67 0.6 0.85
Hex C3 DF F0 13 7 0 6 CB 3C 55
Octal 303 337 360 23 7 0 6 313 74 125
Binary 11000011 11011111 11110000 10011 111 0 110 11001011 111100 1010101

Color Harmonies of #C3DFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFF0

Black with #C3DFF0

Text Example


Text Example

White with #C3DFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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