Html Css Color HEX #CCEDFE Pattens Blue

📋 copy color: '#CCEDFE'

red 204 ◦ green 237 ◦ blue 254

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

Shades of Pattens Blue #CCEDFE

Tints of Pattens Blue #CCEDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.1%

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

R = 29.35%
G = 34.1%
B = 36.55%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCEDFE (or 0xCCEDFE) is known color: Pattens Blue. HEX triplet: CC, ED and FE. RGB value is (204,237,254). Sum of RGB (Red+Green+Blue) = 204+237+254=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDFE is #331201. Grayscale: #E4E4E4. Windows color (decimal): -3346946 or 16707020. OLE color: 16707020.

HSL color Cylindrical-coordinate representation of color #CCEDFE: hue angle of 200.4º 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 #CCEDFE is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 237 254 -
CMYK 0.20 0.07 0 0.00
HSL 200.4º 0.96% 0.9% -
HSV(B) 200.4º 0.2% 1% -
XYZ 73.08 80.56 105.46 -
YUV 229.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 204 237 254 0.20 0.07 0 0.00 200.4 0.96 0.9
Hex CC ED FE 14 7 0 0 C8 60 5A
Octal 314 355 376 24 7 0 0 310 140 132
Binary 11001100 11101101 11111110 10100 111 0 0 11001000 1100000 1011010

Color Harmonies of #CCEDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDFE

Black with #CCEDFE

Text Example


Text Example

White with #CCEDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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