Html Css Color HEX #CCF8F5 Oyster Bay

📋 copy color: '#CCF8F5'

red 204 ◦ green 248 ◦ blue 245

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

Shades of Oyster Bay #CCF8F5

Tints of Oyster Bay #CCF8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 35.15%

R = 29.27%
G = 35.58%
B = 35.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#CCF8F5 (or 0xCCF8F5) is known color: Oyster Bay. HEX triplet: CC, F8 and F5. RGB value is (204,248,245). Sum of RGB (Red+Green+Blue) = 204+248+245=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8F5 is #33070A. Grayscale: #EAEAEA. Windows color (decimal): -3344139 or 16120012. OLE color: 16120012.

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

Color convert

RGB 204 248 245 -
CMYK 0.18 0 0.01 0.03
HSL 175.91º 0.76% 0.89% -
HSV(B) 175.91º 0.18% 0.97% -
XYZ 74.95 86.56 99.14 -
YUV 234.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 204 248 245 0.18 0 0.01 0.03 175.91 0.76 0.89
Hex CC F8 F5 12 0 1 3 B0 4C 59
Octal 314 370 365 22 0 1 3 260 114 131
Binary 11001100 11111000 11110101 10010 0 1 11 10110000 1001100 1011001

Color Harmonies of #CCF8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8F5

Black with #CCF8F5

Text Example


Text Example

White with #CCF8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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