Html Css Color HEX #CBE6F9 Pattens Blue

📋 copy color: '#CBE6F9'

red 203 ◦ green 230 ◦ blue 249

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

Shades of Pattens Blue #CBE6F9

Tints of Pattens Blue #CBE6F9

RGB

 RED value IS 203 (79.69% from 255) = 29.77%

 GREEN value IS 230 (90.23% from 255) = 33.72%

 BLUE value IS 249 (97.66% from 255) = 36.51%

R = 29.77%
G = 33.72%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBE6F9 (or 0xCBE6F9) is known color: Pattens Blue. HEX triplet: CB, E6 and F9. RGB value is (203,230,249). Sum of RGB (Red+Green+Blue) = 203+230+249=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBE6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6F9 is #341906. Grayscale: #DFDFDF. Windows color (decimal): -3414279 or 16377547. OLE color: 16377547.

HSL color Cylindrical-coordinate representation of color #CBE6F9: hue angle of 204.78º degrees, saturation: 0.79, 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 #CBE6F9 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 230 249 -
CMYK 0.18 0.08 0 0.02
HSL 204.78º 0.79% 0.89% -
HSV(B) 204.78º 0.18% 0.98% -
XYZ 70.02 76.13 100.63 -
YUV 224.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 203 230 249 0.18 0.08 0 0.02 204.78 0.79 0.89
Hex CB E6 F9 12 8 0 2 CD 4F 59
Octal 313 346 371 22 10 0 2 315 117 131
Binary 11001011 11100110 11111001 10010 1000 0 10 11001101 1001111 1011001

Color Harmonies of #CBE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6F9

Black with #CBE6F9

Text Example


Text Example

White with #CBE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6F9; }

 p { color: rgb(203,230,249); }

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

background-color css

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

 a { background-color: rgb(203,230,249); }

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

border-color css

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

 span { border-color: rgb(203,230,249); }

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