Html Css Color HEX #CCEFF3 Oyster Bay

📋 copy color: '#CCEFF3'

red 204 ◦ green 239 ◦ blue 243

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

Shades of Oyster Bay #CCEFF3

Tints of Oyster Bay #CCEFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.84%

 BLUE value IS 243 (95.31% from 255) = 35.42%

R = 29.74%
G = 34.84%
B = 35.42%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCEFF3 (or 0xCCEFF3) is known color: Oyster Bay. HEX triplet: CC, EF and F3. RGB value is (204,239,243). Sum of RGB (Red+Green+Blue) = 204+239+243=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF3 is #33100C. Grayscale: #E4E4E4. Windows color (decimal): -3346445 or 15986636. OLE color: 15986636.

HSL color Cylindrical-coordinate representation of color #CCEFF3: hue angle of 186.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEFF3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 239 243 -
CMYK 0.16 0.02 0 0.05
HSL 186.15º 0.62% 0.88% -
HSV(B) 186.15º 0.16% 0.95% -
XYZ 71.95 81.04 96.64 -
YUV 228.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 204 239 243 0.16 0.02 0 0.05 186.15 0.62 0.88
Hex CC EF F3 10 2 0 5 BA 3E 58
Octal 314 357 363 20 2 0 5 272 76 130
Binary 11001100 11101111 11110011 10000 10 0 101 10111010 111110 1011000

Color Harmonies of #CCEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFF3

Black with #CCEFF3

Text Example


Text Example

White with #CCEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFF3; }

 p { color: rgb(204,239,243); }

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

background-color css

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

 a { background-color: rgb(204,239,243); }

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

border-color css

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

 span { border-color: rgb(204,239,243); }

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