Html Css Color HEX #CCF7CA Blue Romance

📋 copy color: '#CCF7CA'

red 204 ◦ green 247 ◦ blue 202

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

Shades of Blue Romance #CCF7CA

Tints of Blue Romance #CCF7CA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.83%

 BLUE value IS 202 (79.3% from 255) = 30.93%

R = 31.24%
G = 37.83%
B = 30.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#CCF7CA (or 0xCCF7CA) is known color: Blue Romance. HEX triplet: CC, F7 and CA. RGB value is (204,247,202). Sum of RGB (Red+Green+Blue) = 204+247+202=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7CA is #330835. Grayscale: #E5E5E5. Windows color (decimal): -3344438 or 13301708. OLE color: 13301708.

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

Color convert

RGB 204 247 202 -
CMYK 0.17 0 0.18 0.03
HSL 117.33º 0.74% 0.88% -
HSV(B) 117.33º 0.18% 0.97% -
XYZ 68.82 83.62 68.39 -
YUV 229.01 112.75 110.16 -
System Red Green Blue C M Y K H S L
Decimal 204 247 202 0.17 0 0.18 0.03 117.33 0.74 0.88
Hex CC F7 CA 11 0 12 3 75 4A 58
Octal 314 367 312 21 0 22 3 165 112 130
Binary 11001100 11110111 11001010 10001 0 10010 11 1110101 1001010 1011000

Color Harmonies of #CCF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF7CA

Black with #CCF7CA

Text Example


Text Example

White with #CCF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF7CA; }

 p { color: rgb(204,247,202); }

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

background-color css

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

 a { background-color: rgb(204,247,202); }

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

border-color css

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

 span { border-color: rgb(204,247,202); }

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