Html Css Color HEX #6FFFFA Baby Blue

📋 copy color: '#6FFFFA'

red 111 ◦ green 255 ◦ blue 250

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

Shades of Baby Blue #6FFFFA

Tints of Baby Blue #6FFFFA

RGB

 RED value IS 111 (43.75% from 255) = 18.02%

 GREEN value IS 255 (100% from 255) = 41.4%

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

R = 18.02%
G = 41.4%
B = 40.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#6FFFFA (or 0x6FFFFA) is known color: Baby Blue. HEX triplet: 6F, FF and FA. RGB value is (111,255,250). Sum of RGB (Red+Green+Blue) = 111+255+250=616 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.02% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFFA is #900005. Grayscale: #D3D3D3. Windows color (decimal): -9437190 or 16449391. OLE color: 16449391.

HSL color Cylindrical-coordinate representation of color #6FFFFA: hue angle of 177.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFFA is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 111 255 250 -
CMYK 0.56 0 0.02 0
HSL 177.92º 1% 0.72% -
HSV(B) 177.92º 0.56% 1% -
XYZ 59.57 81.8 103.09 -
YUV 211.37 149.79 56.41 -
System Red Green Blue C M Y K H S L
Decimal 111 255 250 0.56 0 0.02 0 177.92 1 0.72
Hex 6F FF FA 38 0 2 0 B2 64 48
Octal 157 377 372 70 0 2 0 262 144 110
Binary 1101111 11111111 11111010 111000 0 10 0 10110010 1100100 1001000

Color Harmonies of #6FFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFFFA

Black with #6FFFFA

Text Example


Text Example

White with #6FFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FFFFA; }

 p { color: rgb(111,255,250); }

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

background-color css

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

 a { background-color: rgb(111,255,250); }

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

border-color css

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

 span { border-color: rgb(111,255,250); }

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