Html Css Color HEX #C3EAFF Pattens Blue

📋 copy color: '#C3EAFF'

red 195 ◦ green 234 ◦ blue 255

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

Shades of Pattens Blue #C3EAFF

Tints of Pattens Blue #C3EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.21%

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

R = 28.51%
G = 34.21%
B = 37.28%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3EAFF (or 0xC3EAFF) is known color: Pattens Blue. HEX triplet: C3, EA and FF. RGB value is (195,234,255). Sum of RGB (Red+Green+Blue) = 195+234+255=684 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.51% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3EAFF is #3C1500. Grayscale: #E0E0E0. Windows color (decimal): -3937537 or 16771779. OLE color: 16771779.

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

Color convert

RGB 195 234 255 -
CMYK 0.24 0.08 0 0
HSL 201º 1% 0.88% -
HSV(B) 201º 0.24% 1% -
XYZ 69.98 77.67 105.91 -
YUV 224.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 195 234 255 0.24 0.08 0 0 201 1 0.88
Hex C3 EA FF 18 8 0 0 C9 64 58
Octal 303 352 377 30 10 0 0 311 144 130
Binary 11000011 11101010 11111111 11000 1000 0 0 11001001 1100100 1011000

Color Harmonies of #C3EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3EAFF

Black with #C3EAFF

Text Example


Text Example

White with #C3EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3EAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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