Html Css Color HEX #CEEEF3 Oyster Bay

📋 copy color: '#CEEEF3'

red 206 ◦ green 238 ◦ blue 243

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

Shades of Oyster Bay #CEEEF3

Tints of Oyster Bay #CEEEF3

RGB

 RED value IS 206 (80.86% from 255) = 29.99%

 GREEN value IS 238 (93.36% from 255) = 34.64%

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

R = 29.99%
G = 34.64%
B = 35.37%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEEEF3 (or 0xCEEEF3) is known color: Oyster Bay. HEX triplet: CE, EE and F3. RGB value is (206,238,243). Sum of RGB (Red+Green+Blue) = 206+238+243=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEF3 is #31110C. Grayscale: #E4E4E4. Windows color (decimal): -3215629 or 15986382. OLE color: 15986382.

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

Color convert

RGB 206 238 243 -
CMYK 0.15 0.02 0 0.05
HSL 188.11º 0.61% 0.88% -
HSV(B) 188.11º 0.15% 0.95% -
XYZ 72.21 80.74 96.57 -
YUV 229 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 206 238 243 0.15 0.02 0 0.05 188.11 0.61 0.88
Hex CE EE F3 F 2 0 5 BC 3D 58
Octal 316 356 363 17 2 0 5 274 75 130
Binary 11001110 11101110 11110011 1111 10 0 101 10111100 111101 1011000

Color Harmonies of #CEEEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEEF3

Black with #CEEEF3

Text Example


Text Example

White with #CEEEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEEF3; }

 p { color: rgb(206,238,243); }

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

background-color css

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

 a { background-color: rgb(206,238,243); }

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

border-color css

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

 span { border-color: rgb(206,238,243); }

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