Html Css Color HEX #CCEEFD Pattens Blue

📋 copy color: '#CCEEFD'

red 204 ◦ green 238 ◦ blue 253

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

Shades of Pattens Blue #CCEEFD

Tints of Pattens Blue #CCEEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.4%

R = 29.35%
G = 34.24%
B = 36.4%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCEEFD (or 0xCCEEFD) is known color: Pattens Blue. HEX triplet: CC, EE and FD. RGB value is (204,238,253). Sum of RGB (Red+Green+Blue) = 204+238+253=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEFD is #331102. Grayscale: #E5E5E5. Windows color (decimal): -3346691 or 16641740. OLE color: 16641740.

HSL color Cylindrical-coordinate representation of color #CCEEFD: hue angle of 198.37º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEEFD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 238 253 -
CMYK 0.19 0.06 0 0.01
HSL 198.37º 0.92% 0.9% -
HSV(B) 198.37º 0.19% 0.99% -
XYZ 73.21 81.08 104.72 -
YUV 229.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 204 238 253 0.19 0.06 0 0.01 198.37 0.92 0.9
Hex CC EE FD 13 6 0 1 C6 5C 5A
Octal 314 356 375 23 6 0 1 306 134 132
Binary 11001100 11101110 11111101 10011 110 0 1 11000110 1011100 1011010

Color Harmonies of #CCEEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEFD

Black with #CCEEFD

Text Example


Text Example

White with #CCEEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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