Html Css Color HEX #CCEAF3 Pattens Blue

📋 copy color: '#CCEAF3'

red 204 ◦ green 234 ◦ blue 243

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

Shades of Pattens Blue #CCEAF3

Tints of Pattens Blue #CCEAF3

RGB

 RED value IS 204 (80.08% from 255) = 29.96%

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

 BLUE value IS 243 (95.31% from 255) = 35.68%

R = 29.96%
G = 34.36%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCEAF3 (or 0xCCEAF3) is known color: Pattens Blue. HEX triplet: CC, EA and F3. RGB value is (204,234,243). Sum of RGB (Red+Green+Blue) = 204+234+243=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF3 is #33150C. Grayscale: #E1E1E1. Windows color (decimal): -3347725 or 15985356. OLE color: 15985356.

HSL color Cylindrical-coordinate representation of color #CCEAF3: hue angle of 193.85º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEAF3 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 234 243 -
CMYK 0.16 0.04 0 0.05
HSL 193.85º 0.62% 0.88% -
HSV(B) 193.85º 0.16% 0.95% -
XYZ 70.5 78.15 96.16 -
YUV 226.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 204 234 243 0.16 0.04 0 0.05 193.85 0.62 0.88
Hex CC EA F3 10 4 0 5 C2 3E 58
Octal 314 352 363 20 4 0 5 302 76 130
Binary 11001100 11101010 11110011 10000 100 0 101 11000010 111110 1011000

Color Harmonies of #CCEAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAF3

Black with #CCEAF3

Text Example


Text Example

White with #CCEAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAF3; }

 p { color: rgb(204,234,243); }

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

background-color css

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

 a { background-color: rgb(204,234,243); }

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

border-color css

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

 span { border-color: rgb(204,234,243); }

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