Html Css Color HEX #CCEFFE Pattens Blue

📋 copy color: '#CCEFFE'

red 204 ◦ green 239 ◦ blue 254

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

Shades of Pattens Blue #CCEFFE

Tints of Pattens Blue #CCEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.29%

 BLUE value IS 254 (99.61% from 255) = 36.44%

R = 29.27%
G = 34.29%
B = 36.44%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCEFFE (or 0xCCEFFE) is known color: Pattens Blue. HEX triplet: CC, EF and FE. RGB value is (204,239,254). Sum of RGB (Red+Green+Blue) = 204+239+254=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFFE is #331001. Grayscale: #E6E6E6. Windows color (decimal): -3346434 or 16707532. OLE color: 16707532.

HSL color Cylindrical-coordinate representation of color #CCEFFE: hue angle of 198º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEFFE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 239 254 -
CMYK 0.20 0.06 0 0.00
HSL 198º 0.96% 0.9% -
HSV(B) 198º 0.2% 1% -
XYZ 73.66 81.73 105.66 -
YUV 230.25 141.4 109.28 -
System Red Green Blue C M Y K H S L
Decimal 204 239 254 0.20 0.06 0 0.00 198 0.96 0.9
Hex CC EF FE 14 6 0 0 C6 60 5A
Octal 314 357 376 24 6 0 0 306 140 132
Binary 11001100 11101111 11111110 10100 110 0 0 11000110 1100000 1011010

Color Harmonies of #CCEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFFE

Black with #CCEFFE

Text Example


Text Example

White with #CCEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFFE; }

 p { color: rgb(204,239,254); }

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

background-color css

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

 a { background-color: rgb(204,239,254); }

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

border-color css

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

 span { border-color: rgb(204,239,254); }

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