Html Css Color HEX #CBEAF6 Pattens Blue

📋 copy color: '#CBEAF6'

red 203 ◦ green 234 ◦ blue 246

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

Shades of Pattens Blue #CBEAF6

Tints of Pattens Blue #CBEAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.26%

 BLUE value IS 246 (96.48% from 255) = 36.02%

R = 29.72%
G = 34.26%
B = 36.02%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBEAF6 (or 0xCBEAF6) is known color: Pattens Blue. HEX triplet: CB, EA and F6. RGB value is (203,234,246). Sum of RGB (Red+Green+Blue) = 203+234+246=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBEAF6 is #341509. Grayscale: #E2E2E2. Windows color (decimal): -3413258 or 16181963. OLE color: 16181963.

HSL color Cylindrical-coordinate representation of color #CBEAF6: hue angle of 196.74º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEAF6 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 234 246 -
CMYK 0.17 0.05 0 0.04
HSL 196.74º 0.7% 0.88% -
HSV(B) 196.74º 0.17% 0.96% -
XYZ 70.69 78.2 98.56 -
YUV 226.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 203 234 246 0.17 0.05 0 0.04 196.74 0.7 0.88
Hex CB EA F6 11 5 0 4 C5 46 58
Octal 313 352 366 21 5 0 4 305 106 130
Binary 11001011 11101010 11110110 10001 101 0 100 11000101 1000110 1011000

Color Harmonies of #CBEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAF6

Black with #CBEAF6

Text Example


Text Example

White with #CBEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAF6; }

 p { color: rgb(203,234,246); }

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

background-color css

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

 a { background-color: rgb(203,234,246); }

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

border-color css

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

 span { border-color: rgb(203,234,246); }

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