Html Css Color HEX #CCEEF8 Pattens Blue

📋 copy color: '#CCEEF8'

red 204 ◦ green 238 ◦ blue 248

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

Shades of Pattens Blue #CCEEF8

Tints of Pattens Blue #CCEEF8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.49%

 BLUE value IS 248 (97.27% from 255) = 35.94%

R = 29.57%
G = 34.49%
B = 35.94%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCEEF8 (or 0xCCEEF8) is known color: Pattens Blue. HEX triplet: CC, EE and F8. RGB value is (204,238,248). Sum of RGB (Red+Green+Blue) = 204+238+248=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCEEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEF8 is #331107. Grayscale: #E4E4E4. Windows color (decimal): -3346696 or 16314060. OLE color: 16314060.

HSL color Cylindrical-coordinate representation of color #CCEEF8: hue angle of 193.64º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEEF8 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 238 248 -
CMYK 0.18 0.04 0 0.03
HSL 193.64º 0.76% 0.89% -
HSV(B) 193.64º 0.18% 0.97% -
XYZ 72.42 80.76 100.58 -
YUV 228.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 204 238 248 0.18 0.04 0 0.03 193.64 0.76 0.89
Hex CC EE F8 12 4 0 3 C2 4C 59
Octal 314 356 370 22 4 0 3 302 114 131
Binary 11001100 11101110 11111000 10010 100 0 11 11000010 1001100 1011001

Color Harmonies of #CCEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEF8

Black with #CCEEF8

Text Example


Text Example

White with #CCEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEF8; }

 p { color: rgb(204,238,248); }

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

background-color css

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

 a { background-color: rgb(204,238,248); }

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

border-color css

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

 span { border-color: rgb(204,238,248); }

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