Html Css Color HEX #CBD5FA Hawkes Blue

📋 copy color: '#CBD5FA'

red 203 ◦ green 213 ◦ blue 250

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

Shades of Hawkes Blue #CBD5FA

Tints of Hawkes Blue #CBD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.98%

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

R = 30.48%
G = 31.98%
B = 37.54%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBD5FA (or 0xCBD5FA) is known color: Hawkes Blue. HEX triplet: CB, D5 and FA. RGB value is (203,213,250). Sum of RGB (Red+Green+Blue) = 203+213+250=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5FA is #342A05. Grayscale: #D6D6D6. Windows color (decimal): -3418630 or 16438731. OLE color: 16438731.

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

Color convert

RGB 203 213 250 -
CMYK 0.19 0.15 0 0.02
HSL 227.23º 0.82% 0.89% -
HSV(B) 227.23º 0.19% 0.98% -
XYZ 65.68 67.19 99.95 -
YUV 214.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 203 213 250 0.19 0.15 0 0.02 227.23 0.82 0.89
Hex CB D5 FA 13 F 0 2 E3 52 59
Octal 313 325 372 23 17 0 2 343 122 131
Binary 11001011 11010101 11111010 10011 1111 0 10 11100011 1010010 1011001

Color Harmonies of #CBD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5FA

Black with #CBD5FA

Text Example


Text Example

White with #CBD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5FA; }

 p { color: rgb(203,213,250); }

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

background-color css

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

 a { background-color: rgb(203,213,250); }

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

border-color css

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

 span { border-color: rgb(203,213,250); }

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