Html Css Color HEX #CCF8EA Humming Bird

📋 copy color: '#CCF8EA'

red 204 ◦ green 248 ◦ blue 234

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

Shades of Humming Bird #CCF8EA

Tints of Humming Bird #CCF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.15%

 BLUE value IS 234 (91.8% from 255) = 34.11%

R = 29.74%
G = 36.15%
B = 34.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#CCF8EA (or 0xCCF8EA) is known color: Humming Bird. HEX triplet: CC, F8 and EA. RGB value is (204,248,234). Sum of RGB (Red+Green+Blue) = 204+248+234=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8EA is #330715. Grayscale: #E9E9E9. Windows color (decimal): -3344150 or 15399116. OLE color: 15399116.

HSL color Cylindrical-coordinate representation of color #CCF8EA: hue angle of 160.91º 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 #CCF8EA is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 234 -
CMYK 0.18 0 0.06 0.03
HSL 160.91º 0.76% 0.89% -
HSV(B) 160.91º 0.18% 0.97% -
XYZ 73.32 85.91 90.56 -
YUV 233.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 204 248 234 0.18 0 0.06 0.03 160.91 0.76 0.89
Hex CC F8 EA 12 0 6 3 A1 4C 59
Octal 314 370 352 22 0 6 3 241 114 131
Binary 11001100 11111000 11101010 10010 0 110 11 10100001 1001100 1011001

Color Harmonies of #CCF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8EA

Black with #CCF8EA

Text Example


Text Example

White with #CCF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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