Html Css Color HEX #CCF7FA Oyster Bay

📋 copy color: '#CCF7FA'

red 204 ◦ green 247 ◦ blue 250

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

Shades of Oyster Bay #CCF7FA

Tints of Oyster Bay #CCF7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.66%

R = 29.1%
G = 35.24%
B = 35.66%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCF7FA (or 0xCCF7FA) is known color: Oyster Bay. HEX triplet: CC, F7 and FA. RGB value is (204,247,250). Sum of RGB (Red+Green+Blue) = 204+247+250=701 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.10% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCF7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7FA is #330805. Grayscale: #EAEAEA. Windows color (decimal): -3344390 or 16447436. OLE color: 16447436.

HSL color Cylindrical-coordinate representation of color #CCF7FA: hue angle of 183.91º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF7FA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 247 250 -
CMYK 0.18 0.01 0 0.02
HSL 183.91º 0.82% 0.89% -
HSV(B) 183.91º 0.18% 0.98% -
XYZ 75.42 86.26 103.12 -
YUV 234.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 204 247 250 0.18 0.01 0 0.02 183.91 0.82 0.89
Hex CC F7 FA 12 1 0 2 B8 52 59
Octal 314 367 372 22 1 0 2 270 122 131
Binary 11001100 11110111 11111010 10010 1 0 10 10111000 1010010 1011001

Color Harmonies of #CCF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF7FA

Black with #CCF7FA

Text Example


Text Example

White with #CCF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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